#2CA652

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

Shades of Chateau Green #2CA652

Tints of Chateau Green #2CA652

Color information

#2CA652 (or 0x2CA652) is unknown color: approx Chateau Green. HEX triplet: 2C, A6 and 52. RGB value is (44,166,82). Sum of RGB (Red+Green+Blue) = 44+166+82=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 166 (65.23% from 255 or 56.85% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA652 is #D359AD. Grayscale: #787878. Windows color (decimal): -13851054 or 5416492. OLE color: 5416492.

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

Color convert

RGB4416682-
CMYK0.7300.510.35
HSL138.69º58.1%41.18%-
HSV(B)138.69º73.49%65.1%-
XYZ16.228.4212.61-
YUV119.95106.5873.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.07%
GREEN value IS 166 (65.23% from 255) = 56.85%
BLUE value IS 82 (32.42% from 255) = 28.08%
R=15.07%
G=56.85%
B=28.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal44166820.7300.510.35138.6958.141.18
Hex2CA65249033238b3a29
Octal54246122111063432137251
Binary1011001010011010100101001001011001110001110001011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,166,82); }

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

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

 a { background-color: rgb(44,166,82); }

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

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

 span { border-color: rgb(44,166,82); }

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