Shades of Chateau Green #2CB750
Tints of Chateau Green #2CB750
RGB
CMYK
RGB Variations
Color information
#2CB750 (or 0x2CB750) is known color: Chateau Green. HEX triplet: 2C, B7 and 50. RGB value is (44,183,80). Sum of RGB (Red+Green+Blue) = 44+183+80=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 183 (71.88% from 255 or 59.61% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB750 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB750 is #D348AF. Grayscale: #818181. Windows color (decimal): -13846704 or 5289772. OLE color: 5289772.
HSL color Cylindrical-coordinate representation of color #2CB750: hue angle of 135.54º 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 #2CB750 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 80 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.28 |
| HSL | 135.54º | 0.61% | 0.45% | - |
| HSV(B) | 135.54º | 0.76% | 0.72% | - |
| XYZ | 19.42 | 34.98 | 13.32 | - |
| YUV | 129.7 | 99.95 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 80 | 0.76 | 0 | 0.56 | 0.28 | 135.54 | 0.61 | 0.45 |
| Hex | 2C | B7 | 50 | 4C | 0 | 38 | 1C | 88 | 3D | 2D |
| Octal | 54 | 267 | 120 | 114 | 0 | 70 | 34 | 210 | 75 | 55 |
| Binary | 101100 | 10110111 | 1010000 | 1001100 | 0 | 111000 | 11100 | 10001000 | 111101 | 101101 |
Color Harmonies of #2CB750
Complementary color
Monochromatic Colors of #2CB750
Black with #2CB750
Text Example
Text Example
White with #2CB750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB750; }
p { color: rgb(44,183,80); }
H1.HeaderClassName
{
color: #2CB750;
}
.AnyTagClassName
{
color: #2CB750;
}
</style>
background-color css
<style>
a { background-color: #2CB750; }
a { background-color: rgb(44,183,80); }
div.DivClassName
{
background-color: #2CB750;
}
.BgClassName
{
background-color: #2CB750;
}
</style>
border-color css
<style>
span { border-color: #2CB750; }
span { border-color: rgb(44,183,80); }
td.TdClassName
{
border-color: #2CB750;
}
.TagClassName
{
border-color: #2CB750;
}
</style>