#2cb554

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

Shades of Chateau Green #2CB554

Tints of Chateau Green #2CB554

Color information

#2CB554 (or 0x2CB554) is unknown color: approx Chateau Green. HEX triplet: 2C, B5 and 54. RGB value is (44,181,84). Sum of RGB (Red+Green+Blue) = 44+181+84=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 181 (71.09% from 255 or 58.58% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB554 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB554 is #D34AAB. Grayscale: #818181. Windows color (decimal): -13847212 or 5551404. OLE color: 5551404.

HSL color Cylindrical-coordinate representation of color #2CB554: hue angle of 137.52º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB554 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB4418184-
CMYK0.7600.540.29
HSL137.52º60.89%44.12%-
HSV(B)137.52º75.69%70.98%-
XYZ19.1634.2213.98-
YUV128.98102.6167.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.24%
GREEN value IS 181 (71.09% from 255) = 58.58%
BLUE value IS 84 (33.20% from 255) = 27.18%
R=14.24%
G=58.58%
B=27.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal44181840.7600.540.29137.5260.8944.12
Hex2CB5544C0361D8a3d2c
Octal54265124114066352127554
Binary101100101101011010100100110001101101110110001010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cb554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,181,84); }

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

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

 a { background-color: rgb(44,181,84); }

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

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

 span { border-color: rgb(44,181,84); }

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