#2CA949

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

Shades of Chateau Green #2CA949

Tints of Chateau Green #2CA949

Color information

#2CA949 (or 0x2CA949) is unknown color: approx Chateau Green. HEX triplet: 2C, A9 and 49. RGB value is (44,169,73). Sum of RGB (Red+Green+Blue) = 44+169+73=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 169 (66.41% from 255 or 59.09% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 169 - color contains mainly: green. Hex color #2CA949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA949 is #D356B6. Grayscale: #787878. Windows color (decimal): -13850295 or 4827436. OLE color: 4827436.

HSL color Cylindrical-coordinate representation of color #2CA949: hue angle of 133.92º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA949 is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB4416973-
CMYK0.7400.570.34
HSL133.92º58.69%41.76%-
HSV(B)133.92º73.96%66.27%-
XYZ16.4329.3911.11-
YUV120.68101.0973.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.38%
GREEN value IS 169 (66.41% from 255) = 59.09%
BLUE value IS 73 (28.91% from 255) = 25.52%
R=15.38%
G=59.09%
B=25.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal44169730.7400.570.34133.9258.6941.76
Hex2CA9494A03922863b2a
Octal54251111112071422067352
Binary1011001010100110010011001010011100110001010000110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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