Shades of Chateau Green #2CB151
Tints of Chateau Green #2CB151
RGB
CMYK
RGB Variations
Color information
#2CB151 (or 0x2CB151) is known color: Chateau Green. HEX triplet: 2C, B1 and 51. RGB value is (44,177,81). Sum of RGB (Red+Green+Blue) = 44+177+81=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 177 (69.53% from 255 or 58.61% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB151 is #D34EAE. Grayscale: #7E7E7E. Windows color (decimal): -13848239 or 5353772. OLE color: 5353772.
HSL color Cylindrical-coordinate representation of color #2CB151: hue angle of 136.69º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB151 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 177 | 81 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.31 |
| HSL | 136.69º | 0.6% | 0.43% | - |
| HSV(B) | 136.69º | 0.75% | 0.69% | - |
| XYZ | 18.25 | 32.57 | 13.11 | - |
| YUV | 126.29 | 102.44 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 177 | 81 | 0.75 | 0 | 0.54 | 0.31 | 136.69 | 0.6 | 0.43 |
| Hex | 2C | B1 | 51 | 4B | 0 | 36 | 1F | 89 | 3C | 2B |
| Octal | 54 | 261 | 121 | 113 | 0 | 66 | 37 | 211 | 74 | 53 |
| Binary | 101100 | 10110001 | 1010001 | 1001011 | 0 | 110110 | 11111 | 10001001 | 111100 | 101011 |
Color Harmonies of #2CB151
Complementary color
Monochromatic Colors of #2CB151
Black with #2CB151
Text Example
Text Example
White with #2CB151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB151; }
p { color: rgb(44,177,81); }
H1.HeaderClassName
{
color: #2CB151;
}
.AnyTagClassName
{
color: #2CB151;
}
</style>
background-color css
<style>
a { background-color: #2CB151; }
a { background-color: rgb(44,177,81); }
div.DivClassName
{
background-color: #2CB151;
}
.BgClassName
{
background-color: #2CB151;
}
</style>
border-color css
<style>
span { border-color: #2CB151; }
span { border-color: rgb(44,177,81); }
td.TdClassName
{
border-color: #2CB151;
}
.TagClassName
{
border-color: #2CB151;
}
</style>