Shades of Chateau Green #2CB249
Tints of Chateau Green #2CB249
RGB
CMYK
RGB Variations
Color information
#2CB249 (or 0x2CB249) is known color: Chateau Green. HEX triplet: 2C, B2 and 49. RGB value is (44,178,73). Sum of RGB (Red+Green+Blue) = 44+178+73=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 178 (69.92% from 255 or 60.34% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB249 is #D34DB6. Grayscale: #7E7E7E. Windows color (decimal): -13847991 or 4829740. OLE color: 4829740.
HSL color Cylindrical-coordinate representation of color #2CB249: hue angle of 132.99º 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 #2CB249 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 178 | 73 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.30 |
| HSL | 132.99º | 0.6% | 0.44% | - |
| HSV(B) | 132.99º | 0.75% | 0.7% | - |
| XYZ | 18.16 | 32.86 | 11.69 | - |
| YUV | 125.96 | 98.11 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 178 | 73 | 0.75 | 0 | 0.59 | 0.30 | 132.99 | 0.6 | 0.44 |
| Hex | 2C | B2 | 49 | 4B | 0 | 3B | 1E | 85 | 3C | 2C |
| Octal | 54 | 262 | 111 | 113 | 0 | 73 | 36 | 205 | 74 | 54 |
| Binary | 101100 | 10110010 | 1001001 | 1001011 | 0 | 111011 | 11110 | 10000101 | 111100 | 101100 |
Color Harmonies of #2CB249
Complementary color
Monochromatic Colors of #2CB249
Black with #2CB249
Text Example
Text Example
White with #2CB249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB249; }
p { color: rgb(44,178,73); }
H1.HeaderClassName
{
color: #2CB249;
}
.AnyTagClassName
{
color: #2CB249;
}
</style>
background-color css
<style>
a { background-color: #2CB249; }
a { background-color: rgb(44,178,73); }
div.DivClassName
{
background-color: #2CB249;
}
.BgClassName
{
background-color: #2CB249;
}
</style>
border-color css
<style>
span { border-color: #2CB249; }
span { border-color: rgb(44,178,73); }
td.TdClassName
{
border-color: #2CB249;
}
.TagClassName
{
border-color: #2CB249;
}
</style>