Shades of Chateau Green #2CA04A
Tints of Chateau Green #2CA04A
RGB
CMYK
RGB Variations
Color information
#2CA04A (or 0x2CA04A) is known color: 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
| RGB | 44 | 160 | 74 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.37 |
| HSL | 135.52º | 0.57% | 0.4% | - |
| HSV(B) | 135.52º | 0.73% | 0.63% | - |
| XYZ | 14.85 | 26.17 | 10.75 | - |
| YUV | 115.51 | 104.57 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 74 | 0.72 | 0 | 0.54 | 0.37 | 135.52 | 0.57 | 0.4 |
| Hex | 2C | A0 | 4A | 48 | 0 | 36 | 25 | 88 | 39 | 28 |
| Octal | 54 | 240 | 112 | 110 | 0 | 66 | 45 | 210 | 71 | 50 |
| Binary | 101100 | 10100000 | 1001010 | 1001000 | 0 | 110110 | 100101 | 10001000 | 111001 | 101000 |
Color Harmonies of #2CA04A
Complementary color
Monochromatic Colors of #2CA04A
Black with #2CA04A
Text Example
Text Example
White with #2CA04A
Text Example
Text Example
HTML Codes & Css Web 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>