#2CB155

Color #2CB155 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #2CB155

Tints of Chateau Green #2CB155

Color information

#2CB155 (or 0x2CB155) is unknown color: approx Chateau Green. HEX triplet: 2C, B1 and 55. RGB value is (44,177,85). Sum of RGB (Red+Green+Blue) = 44+177+85=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 177 (69.53% from 255 or 57.84% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB155 is #D34EAA. Grayscale: #7E7E7E. Windows color (decimal): -13848235 or 5615916. OLE color: 5615916.

HSL color Cylindrical-coordinate representation of color #2CB155: hue angle of 138.5º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB155 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB4417785-
CMYK0.7500.520.31
HSL138.5º60.18%43.33%-
HSV(B)138.5º75.14%69.41%-
XYZ18.432.6413.92-
YUV126.74104.4468.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 14.38%
GREEN value IS 177 (69.53% from 255) = 57.84%
BLUE value IS 85 (33.59% from 255) = 27.78%
R=14.38%
G=57.84%
B=27.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44177850.7500.520.31138.560.1843.33
Hex2CB1554B0341F8a3c2b
Octal54261125113064372127453
Binary101100101100011010101100101101101001111110001010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CB155; }

 p { color: rgb(44,177,85); }

 H1.HeaderClassName
 {
   color: #2CB155;
 }
 .AnyTagClassName
 {
   color: #2CB155;
 }
</style>
background-color css

<style>
 a { background-color: #2CB155; }

 a { background-color: rgb(44,177,85); }

 div.DivClassName
 {
   background-color: #2CB155;
 }
 .BgClassName
 {
   background-color: #2CB155;
 }
</style>
border-color css

<style>
 span { border-color: #2CB155; }

 span { border-color: rgb(44,177,85); }

 td.TdClassName
 {
   border-color: #2CB155;
 }
 .TagClassName
 {
   border-color: #2CB155;
 }
</style>