Shades of Chateau Green #2CBC54
Tints of Chateau Green #2CBC54
RGB
CMYK
RGB Variations
Color information
#2CBC54 (or 0x2CBC54) is known color: Chateau Green. HEX triplet: 2C, BC and 54. RGB value is (44,188,84). Sum of RGB (Red+Green+Blue) = 44+188+84=316 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.92% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBC54 is #D343AB. Grayscale: #858585. Windows color (decimal): -13845420 or 5553196. OLE color: 5553196.
HSL color Cylindrical-coordinate representation of color #2CBC54: hue angle of 136.67º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBC54 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 84 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.26 |
| HSL | 136.67º | 0.62% | 0.45% | - |
| HSV(B) | 136.67º | 0.77% | 0.74% | - |
| XYZ | 20.62 | 37.14 | 14.47 | - |
| YUV | 133.09 | 100.29 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 84 | 0.77 | 0 | 0.55 | 0.26 | 136.67 | 0.62 | 0.45 |
| Hex | 2C | BC | 54 | 4D | 0 | 37 | 1A | 89 | 3E | 2D |
| Octal | 54 | 274 | 124 | 115 | 0 | 67 | 32 | 211 | 76 | 55 |
| Binary | 101100 | 10111100 | 1010100 | 1001101 | 0 | 110111 | 11010 | 10001001 | 111110 | 101101 |
Color Harmonies of #2CBC54
Complementary color
Monochromatic Colors of #2CBC54
Black with #2CBC54
Text Example
Text Example
White with #2CBC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC54; }
p { color: rgb(44,188,84); }
H1.HeaderClassName
{
color: #2CBC54;
}
.AnyTagClassName
{
color: #2CBC54;
}
</style>
background-color css
<style>
a { background-color: #2CBC54; }
a { background-color: rgb(44,188,84); }
div.DivClassName
{
background-color: #2CBC54;
}
.BgClassName
{
background-color: #2CBC54;
}
</style>
border-color css
<style>
span { border-color: #2CBC54; }
span { border-color: rgb(44,188,84); }
td.TdClassName
{
border-color: #2CBC54;
}
.TagClassName
{
border-color: #2CBC54;
}
</style>