Shades of Chateau Green #2C9D4C
Tints of Chateau Green #2C9D4C
RGB
CMYK
RGB Variations
Color information
#2C9D4C (or 0x2C9D4C) is known color: Chateau Green. HEX triplet: 2C, 9D and 4C. RGB value is (44,157,76). Sum of RGB (Red+Green+Blue) = 44+157+76=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 157 (61.72% from 255 or 56.68% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 157 - color contains mainly: green. Hex color #2C9D4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9D4C is #D362B3. Grayscale: #727272. Windows color (decimal): -13853364 or 5020972. OLE color: 5020972.
HSL color Cylindrical-coordinate representation of color #2C9D4C: hue angle of 136.99º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9D4C is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 157 | 76 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.38 |
| HSL | 136.99º | 0.56% | 0.39% | - |
| HSV(B) | 136.99º | 0.72% | 0.62% | - |
| XYZ | 14.4 | 25.17 | 10.94 | - |
| YUV | 113.98 | 106.56 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 157 | 76 | 0.72 | 0 | 0.52 | 0.38 | 136.99 | 0.56 | 0.39 |
| Hex | 2C | 9D | 4C | 48 | 0 | 34 | 26 | 89 | 38 | 27 |
| Octal | 54 | 235 | 114 | 110 | 0 | 64 | 46 | 211 | 70 | 47 |
| Binary | 101100 | 10011101 | 1001100 | 1001000 | 0 | 110100 | 100110 | 10001001 | 111000 | 100111 |
Color Harmonies of #2C9D4C
Complementary color
Monochromatic Colors of #2C9D4C
Black with #2C9D4C
Text Example
Text Example
White with #2C9D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9D4C; }
p { color: rgb(44,157,76); }
H1.HeaderClassName
{
color: #2C9D4C;
}
.AnyTagClassName
{
color: #2C9D4C;
}
</style>
background-color css
<style>
a { background-color: #2C9D4C; }
a { background-color: rgb(44,157,76); }
div.DivClassName
{
background-color: #2C9D4C;
}
.BgClassName
{
background-color: #2C9D4C;
}
</style>
border-color css
<style>
span { border-color: #2C9D4C; }
span { border-color: rgb(44,157,76); }
td.TdClassName
{
border-color: #2C9D4C;
}
.TagClassName
{
border-color: #2C9D4C;
}
</style>