Shades of Chateau Green #2CB455
Tints of Chateau Green #2CB455
RGB
CMYK
RGB Variations
Color information
#2CB455 (or 0x2CB455) is known color: Chateau Green. HEX triplet: 2C, B4 and 55. RGB value is (44,180,85). Sum of RGB (Red+Green+Blue) = 44+180+85=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 180 (70.70% from 255 or 58.25% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB455 is #D34BAA. Grayscale: #808080. Windows color (decimal): -13847467 or 5616684. OLE color: 5616684.
HSL color Cylindrical-coordinate representation of color #2CB455: hue angle of 138.09º 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 #2CB455 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 180 | 85 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.29 |
| HSL | 138.09º | 0.61% | 0.44% | - |
| HSV(B) | 138.09º | 0.76% | 0.71% | - |
| XYZ | 19 | 33.83 | 14.12 | - |
| YUV | 128.51 | 103.44 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 180 | 85 | 0.76 | 0 | 0.53 | 0.29 | 138.09 | 0.61 | 0.44 |
| Hex | 2C | B4 | 55 | 4C | 0 | 35 | 1D | 8A | 3D | 2C |
| Octal | 54 | 264 | 125 | 114 | 0 | 65 | 35 | 212 | 75 | 54 |
| Binary | 101100 | 10110100 | 1010101 | 1001100 | 0 | 110101 | 11101 | 10001010 | 111101 | 101100 |
Color Harmonies of #2CB455
Complementary color
Monochromatic Colors of #2CB455
Black with #2CB455
Text Example
Text Example
White with #2CB455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB455; }
p { color: rgb(44,180,85); }
H1.HeaderClassName
{
color: #2CB455;
}
.AnyTagClassName
{
color: #2CB455;
}
</style>
background-color css
<style>
a { background-color: #2CB455; }
a { background-color: rgb(44,180,85); }
div.DivClassName
{
background-color: #2CB455;
}
.BgClassName
{
background-color: #2CB455;
}
</style>
border-color css
<style>
span { border-color: #2CB455; }
span { border-color: rgb(44,180,85); }
td.TdClassName
{
border-color: #2CB455;
}
.TagClassName
{
border-color: #2CB455;
}
</style>