Shades of Chateau Green #2CA04D
Tints of Chateau Green #2CA04D
RGB
CMYK
RGB Variations
Color information
#2CA04D (or 0x2CA04D) is known color: Chateau Green. HEX triplet: 2C, A0 and 4D. RGB value is (44,160,77). Sum of RGB (Red+Green+Blue) = 44+160+77=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 160 (62.89% from 255 or 56.94% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA04D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA04D is #D35FB2. Grayscale: #747474. Windows color (decimal): -13852595 or 5087276. OLE color: 5087276.
HSL color Cylindrical-coordinate representation of color #2CA04D: hue angle of 137.07º 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 #2CA04D is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 160 | 77 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.37 |
| HSL | 137.07º | 0.57% | 0.4% | - |
| HSV(B) | 137.07º | 0.73% | 0.63% | - |
| XYZ | 14.95 | 26.21 | 11.29 | - |
| YUV | 115.85 | 106.07 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 77 | 0.72 | 0 | 0.52 | 0.37 | 137.07 | 0.57 | 0.4 |
| Hex | 2C | A0 | 4D | 48 | 0 | 34 | 25 | 89 | 39 | 28 |
| Octal | 54 | 240 | 115 | 110 | 0 | 64 | 45 | 211 | 71 | 50 |
| Binary | 101100 | 10100000 | 1001101 | 1001000 | 0 | 110100 | 100101 | 10001001 | 111001 | 101000 |
Color Harmonies of #2CA04D
Complementary color
Monochromatic Colors of #2CA04D
Black with #2CA04D
Text Example
Text Example
White with #2CA04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA04D; }
p { color: rgb(44,160,77); }
H1.HeaderClassName
{
color: #2CA04D;
}
.AnyTagClassName
{
color: #2CA04D;
}
</style>
background-color css
<style>
a { background-color: #2CA04D; }
a { background-color: rgb(44,160,77); }
div.DivClassName
{
background-color: #2CA04D;
}
.BgClassName
{
background-color: #2CA04D;
}
</style>
border-color css
<style>
span { border-color: #2CA04D; }
span { border-color: rgb(44,160,77); }
td.TdClassName
{
border-color: #2CA04D;
}
.TagClassName
{
border-color: #2CA04D;
}
</style>