Shades of Chateau Green #2CB459
Tints of Chateau Green #2CB459
RGB
CMYK
RGB Variations
Color information
#2CB459 (or 0x2CB459) is known color: Chateau Green. HEX triplet: 2C, B4 and 59. RGB value is (44,180,89). Sum of RGB (Red+Green+Blue) = 44+180+89=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 180 (70.70% from 255 or 57.51% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB459 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB459 is #D34BA6. Grayscale: #818181. Windows color (decimal): -13847463 or 5878828. OLE color: 5878828.
HSL color Cylindrical-coordinate representation of color #2CB459: hue angle of 139.85º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB459 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 180 | 89 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.29 |
| HSL | 139.85º | 0.61% | 0.44% | - |
| HSV(B) | 139.85º | 0.76% | 0.71% | - |
| XYZ | 19.16 | 33.9 | 14.98 | - |
| YUV | 128.96 | 105.44 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 180 | 89 | 0.76 | 0 | 0.51 | 0.29 | 139.85 | 0.61 | 0.44 |
| Hex | 2C | B4 | 59 | 4C | 0 | 33 | 1D | 8C | 3D | 2C |
| Octal | 54 | 264 | 131 | 114 | 0 | 63 | 35 | 214 | 75 | 54 |
| Binary | 101100 | 10110100 | 1011001 | 1001100 | 0 | 110011 | 11101 | 10001100 | 111101 | 101100 |
Color Harmonies of #2CB459
Complementary color
Monochromatic Colors of #2CB459
Black with #2CB459
Text Example
Text Example
White with #2CB459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB459; }
p { color: rgb(44,180,89); }
H1.HeaderClassName
{
color: #2CB459;
}
.AnyTagClassName
{
color: #2CB459;
}
</style>
background-color css
<style>
a { background-color: #2CB459; }
a { background-color: rgb(44,180,89); }
div.DivClassName
{
background-color: #2CB459;
}
.BgClassName
{
background-color: #2CB459;
}
</style>
border-color css
<style>
span { border-color: #2CB459; }
span { border-color: rgb(44,180,89); }
td.TdClassName
{
border-color: #2CB459;
}
.TagClassName
{
border-color: #2CB459;
}
</style>