Shades of Chateau Green #2CB458
Tints of Chateau Green #2CB458
RGB
CMYK
RGB Variations
Color information
#2CB458 (or 0x2CB458) is known color: Chateau Green. HEX triplet: 2C, B4 and 58. RGB value is (44,180,88). Sum of RGB (Red+Green+Blue) = 44+180+88=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 180 (70.70% from 255 or 57.69% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB458 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB458 is #D34BA7. Grayscale: #818181. Windows color (decimal): -13847464 or 5813292. OLE color: 5813292.
HSL color Cylindrical-coordinate representation of color #2CB458: hue angle of 139.41º 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 #2CB458 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 180 | 88 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.29 |
| HSL | 139.41º | 0.61% | 0.44% | - |
| HSV(B) | 139.41º | 0.76% | 0.71% | - |
| XYZ | 19.12 | 33.88 | 14.76 | - |
| YUV | 128.85 | 104.94 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 180 | 88 | 0.76 | 0 | 0.51 | 0.29 | 139.41 | 0.61 | 0.44 |
| Hex | 2C | B4 | 58 | 4C | 0 | 33 | 1D | 8B | 3D | 2C |
| Octal | 54 | 264 | 130 | 114 | 0 | 63 | 35 | 213 | 75 | 54 |
| Binary | 101100 | 10110100 | 1011000 | 1001100 | 0 | 110011 | 11101 | 10001011 | 111101 | 101100 |
Color Harmonies of #2CB458
Complementary color
Monochromatic Colors of #2CB458
Black with #2CB458
Text Example
Text Example
White with #2CB458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB458; }
p { color: rgb(44,180,88); }
H1.HeaderClassName
{
color: #2CB458;
}
.AnyTagClassName
{
color: #2CB458;
}
</style>
background-color css
<style>
a { background-color: #2CB458; }
a { background-color: rgb(44,180,88); }
div.DivClassName
{
background-color: #2CB458;
}
.BgClassName
{
background-color: #2CB458;
}
</style>
border-color css
<style>
span { border-color: #2CB458; }
span { border-color: rgb(44,180,88); }
td.TdClassName
{
border-color: #2CB458;
}
.TagClassName
{
border-color: #2CB458;
}
</style>