Shades of Chateau Green #2CB74F
Tints of Chateau Green #2CB74F
RGB
CMYK
RGB Variations
Color information
#2CB74F (or 0x2CB74F) is known color: Chateau Green. HEX triplet: 2C, B7 and 4F. RGB value is (44,183,79). Sum of RGB (Red+Green+Blue) = 44+183+79=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 183 (71.88% from 255 or 59.80% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB74F is #D348B0. Grayscale: #818181. Windows color (decimal): -13846705 or 5224236. OLE color: 5224236.
HSL color Cylindrical-coordinate representation of color #2CB74F: hue angle of 135.11º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB74F is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 79 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.28 |
| HSL | 135.11º | 0.61% | 0.45% | - |
| HSV(B) | 135.11º | 0.76% | 0.72% | - |
| XYZ | 19.38 | 34.97 | 13.12 | - |
| YUV | 129.58 | 99.45 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 79 | 0.76 | 0 | 0.57 | 0.28 | 135.11 | 0.61 | 0.45 |
| Hex | 2C | B7 | 4F | 4C | 0 | 39 | 1C | 87 | 3D | 2D |
| Octal | 54 | 267 | 117 | 114 | 0 | 71 | 34 | 207 | 75 | 55 |
| Binary | 101100 | 10110111 | 1001111 | 1001100 | 0 | 111001 | 11100 | 10000111 | 111101 | 101101 |
Color Harmonies of #2CB74F
Complementary color
Monochromatic Colors of #2CB74F
Black with #2CB74F
Text Example
Text Example
White with #2CB74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB74F; }
p { color: rgb(44,183,79); }
H1.HeaderClassName
{
color: #2CB74F;
}
.AnyTagClassName
{
color: #2CB74F;
}
</style>
background-color css
<style>
a { background-color: #2CB74F; }
a { background-color: rgb(44,183,79); }
div.DivClassName
{
background-color: #2CB74F;
}
.BgClassName
{
background-color: #2CB74F;
}
</style>
border-color css
<style>
span { border-color: #2CB74F; }
span { border-color: rgb(44,183,79); }
td.TdClassName
{
border-color: #2CB74F;
}
.TagClassName
{
border-color: #2CB74F;
}
</style>