Shades of Chateau Green #2CBC53
Tints of Chateau Green #2CBC53
RGB
CMYK
RGB Variations
Color information
#2CBC53 (or 0x2CBC53) is known color: Chateau Green. HEX triplet: 2C, BC and 53. RGB value is (44,188,83). Sum of RGB (Red+Green+Blue) = 44+188+83=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBC53 is #D343AC. Grayscale: #858585. Windows color (decimal): -13845421 or 5487660. OLE color: 5487660.
HSL color Cylindrical-coordinate representation of color #2CBC53: hue angle of 136.25º 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 #2CBC53 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 83 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.26 |
| HSL | 136.25º | 0.62% | 0.45% | - |
| HSV(B) | 136.25º | 0.77% | 0.74% | - |
| XYZ | 20.58 | 37.13 | 14.26 | - |
| YUV | 132.97 | 99.79 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 83 | 0.77 | 0 | 0.56 | 0.26 | 136.25 | 0.62 | 0.45 |
| Hex | 2C | BC | 53 | 4D | 0 | 38 | 1A | 88 | 3E | 2D |
| Octal | 54 | 274 | 123 | 115 | 0 | 70 | 32 | 210 | 76 | 55 |
| Binary | 101100 | 10111100 | 1010011 | 1001101 | 0 | 111000 | 11010 | 10001000 | 111110 | 101101 |
Color Harmonies of #2CBC53
Complementary color
Monochromatic Colors of #2CBC53
Black with #2CBC53
Text Example
Text Example
White with #2CBC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC53; }
p { color: rgb(44,188,83); }
H1.HeaderClassName
{
color: #2CBC53;
}
.AnyTagClassName
{
color: #2CBC53;
}
</style>
background-color css
<style>
a { background-color: #2CBC53; }
a { background-color: rgb(44,188,83); }
div.DivClassName
{
background-color: #2CBC53;
}
.BgClassName
{
background-color: #2CBC53;
}
</style>
border-color css
<style>
span { border-color: #2CBC53; }
span { border-color: rgb(44,188,83); }
td.TdClassName
{
border-color: #2CBC53;
}
.TagClassName
{
border-color: #2CBC53;
}
</style>