#2CB649

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

Shades of Chateau Green #2CB649

Tints of Chateau Green #2CB649

Color information

#2CB649 (or 0x2CB649) is unknown color: approx Chateau Green. HEX triplet: 2C, B6 and 49. RGB value is (44,182,73). Sum of RGB (Red+Green+Blue) = 44+182+73=299 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.72% from 299); Green value is 182 (71.48% from 255 or 60.87% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB649 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB649 is #D349B6. Grayscale: #808080. Windows color (decimal): -13846967 or 4830764. OLE color: 4830764.

HSL color Cylindrical-coordinate representation of color #2CB649: hue angle of 132.61º 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 #2CB649 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB4418273-
CMYK0.7600.600.29
HSL132.61º61.06%44.31%-
HSV(B)132.61º75.82%71.37%-
XYZ18.9734.4711.96-
YUV128.3196.7867.86-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.72%
GREEN value IS 182 (71.48% from 255) = 60.87%
BLUE value IS 73 (28.91% from 255) = 24.41%
R=14.72%
G=60.87%
B=24.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal44182730.7600.600.29132.6161.0644.31
Hex2CB6494C03C1D853d2c
Octal54266111114074352057554
Binary101100101101101001001100110001111001110110000101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,182,73); }

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

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

 a { background-color: rgb(44,182,73); }

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

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

 span { border-color: rgb(44,182,73); }

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