#2CA749

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

Shades of Chateau Green #2CA749

Tints of Chateau Green #2CA749

Color information

#2CA749 (or 0x2CA749) is unknown color: approx Chateau Green. HEX triplet: 2C, A7 and 49. RGB value is (44,167,73). Sum of RGB (Red+Green+Blue) = 44+167+73=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 167 (65.62% from 255 or 58.80% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 167 - color contains mainly: green. Hex color #2CA749 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA749 is #D358B6. Grayscale: #777777. Windows color (decimal): -13850807 or 4826924. OLE color: 4826924.

HSL color Cylindrical-coordinate representation of color #2CA749: hue angle of 134.15º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA749 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB4416773-
CMYK0.7400.560.35
HSL134.15º58.29%41.37%-
HSV(B)134.15º73.65%65.49%-
XYZ16.0628.6510.99-
YUV119.51101.7574.14-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.49%
GREEN value IS 167 (65.62% from 255) = 58.80%
BLUE value IS 73 (28.91% from 255) = 25.70%
R=15.49%
G=58.80%
B=25.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal44167730.7400.560.35134.1558.2941.37
Hex2CA7494A03823863a29
Octal54247111112070432067251
Binary1011001010011110010011001010011100010001110000110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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