Shades of Chateau Green #2CB24D
Tints of Chateau Green #2CB24D
RGB
CMYK
RGB Variations
Color information
#2CB24D (or 0x2CB24D) is known color: Chateau Green. HEX triplet: 2C, B2 and 4D. RGB value is (44,178,77). Sum of RGB (Red+Green+Blue) = 44+178+77=299 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.72% from 299); Green value is 178 (69.92% from 255 or 59.53% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB24D is #D34DB2. Grayscale: #7E7E7E. Windows color (decimal): -13847987 or 5091884. OLE color: 5091884.
HSL color Cylindrical-coordinate representation of color #2CB24D: hue angle of 134.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB24D is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 178 | 77 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.30 |
| HSL | 134.78º | 0.6% | 0.44% | - |
| HSV(B) | 134.78º | 0.75% | 0.7% | - |
| XYZ | 18.3 | 32.91 | 12.41 | - |
| YUV | 126.42 | 100.11 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 178 | 77 | 0.75 | 0 | 0.57 | 0.30 | 134.78 | 0.6 | 0.44 |
| Hex | 2C | B2 | 4D | 4B | 0 | 39 | 1E | 87 | 3C | 2C |
| Octal | 54 | 262 | 115 | 113 | 0 | 71 | 36 | 207 | 74 | 54 |
| Binary | 101100 | 10110010 | 1001101 | 1001011 | 0 | 111001 | 11110 | 10000111 | 111100 | 101100 |
Color Harmonies of #2CB24D
Complementary color
Monochromatic Colors of #2CB24D
Black with #2CB24D
Text Example
Text Example
White with #2CB24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB24D; }
p { color: rgb(44,178,77); }
H1.HeaderClassName
{
color: #2CB24D;
}
.AnyTagClassName
{
color: #2CB24D;
}
</style>
background-color css
<style>
a { background-color: #2CB24D; }
a { background-color: rgb(44,178,77); }
div.DivClassName
{
background-color: #2CB24D;
}
.BgClassName
{
background-color: #2CB24D;
}
</style>
border-color css
<style>
span { border-color: #2CB24D; }
span { border-color: rgb(44,178,77); }
td.TdClassName
{
border-color: #2CB24D;
}
.TagClassName
{
border-color: #2CB24D;
}
</style>