#2CA04A

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

Shades of Chateau Green #2CA04A

Tints of Chateau Green #2CA04A

Color information

#2CA04A (or 0x2CA04A) is unknown color: approx Chateau Green. HEX triplet: 2C, A0 and 4A. RGB value is (44,160,74). Sum of RGB (Red+Green+Blue) = 44+160+74=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 160 (62.89% from 255 or 57.55% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA04A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA04A is #D35FB5. Grayscale: #737373. Windows color (decimal): -13852598 or 4890668. OLE color: 4890668.

HSL color Cylindrical-coordinate representation of color #2CA04A: hue angle of 135.52º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA04A is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB4416074-
CMYK0.7200.540.37
HSL135.52º56.86%40%-
HSV(B)135.52º72.5%62.75%-
XYZ14.8526.1710.75-
YUV115.51104.5776.99-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.83%
GREEN value IS 160 (62.89% from 255) = 57.55%
BLUE value IS 74 (29.30% from 255) = 26.62%
R=15.83%
G=57.55%
B=26.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal44160740.7200.540.37135.5256.8640
Hex2CA04A4803625883928
Octal54240112110066452107150
Binary1011001010000010010101001000011011010010110001000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,160,74); }

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

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

 a { background-color: rgb(44,160,74); }

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

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

 span { border-color: rgb(44,160,74); }

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