Shades of Chateau Green #2CB753
Tints of Chateau Green #2CB753
RGB
CMYK
RGB Variations
Color information
#2CB753 (or 0x2CB753) is known color: Chateau Green. HEX triplet: 2C, B7 and 53. RGB value is (44,183,83). Sum of RGB (Red+Green+Blue) = 44+183+83=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB753 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB753 is #D348AC. Grayscale: #828282. Windows color (decimal): -13846701 or 5486380. OLE color: 5486380.
HSL color Cylindrical-coordinate representation of color #2CB753: hue angle of 136.83º 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 #2CB753 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 83 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.28 |
| HSL | 136.83º | 0.61% | 0.45% | - |
| HSV(B) | 136.83º | 0.76% | 0.72% | - |
| XYZ | 19.53 | 35.03 | 13.91 | - |
| YUV | 130.04 | 101.45 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 83 | 0.76 | 0 | 0.55 | 0.28 | 136.83 | 0.61 | 0.45 |
| Hex | 2C | B7 | 53 | 4C | 0 | 37 | 1C | 89 | 3D | 2D |
| Octal | 54 | 267 | 123 | 114 | 0 | 67 | 34 | 211 | 75 | 55 |
| Binary | 101100 | 10110111 | 1010011 | 1001100 | 0 | 110111 | 11100 | 10001001 | 111101 | 101101 |
Color Harmonies of #2CB753
Complementary color
Monochromatic Colors of #2CB753
Black with #2CB753
Text Example
Text Example
White with #2CB753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB753; }
p { color: rgb(44,183,83); }
H1.HeaderClassName
{
color: #2CB753;
}
.AnyTagClassName
{
color: #2CB753;
}
</style>
background-color css
<style>
a { background-color: #2CB753; }
a { background-color: rgb(44,183,83); }
div.DivClassName
{
background-color: #2CB753;
}
.BgClassName
{
background-color: #2CB753;
}
</style>
border-color css
<style>
span { border-color: #2CB753; }
span { border-color: rgb(44,183,83); }
td.TdClassName
{
border-color: #2CB753;
}
.TagClassName
{
border-color: #2CB753;
}
</style>