Shades of Chateau Green #2CBC52
Tints of Chateau Green #2CBC52
RGB
CMYK
RGB Variations
Color information
#2CBC52 (or 0x2CBC52) is known color: Chateau Green. HEX triplet: 2C, BC and 52. RGB value is (44,188,82). Sum of RGB (Red+Green+Blue) = 44+188+82=314 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.01% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBC52 is #D343AD. Grayscale: #858585. Windows color (decimal): -13845422 or 5422124. OLE color: 5422124.
HSL color Cylindrical-coordinate representation of color #2CBC52: hue angle of 135.83º 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 #2CBC52 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 82 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.26 |
| HSL | 135.83º | 0.62% | 0.45% | - |
| HSV(B) | 135.83º | 0.77% | 0.74% | - |
| XYZ | 20.54 | 37.11 | 14.06 | - |
| YUV | 132.86 | 99.29 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 82 | 0.77 | 0 | 0.56 | 0.26 | 135.83 | 0.62 | 0.45 |
| Hex | 2C | BC | 52 | 4D | 0 | 38 | 1A | 88 | 3E | 2D |
| Octal | 54 | 274 | 122 | 115 | 0 | 70 | 32 | 210 | 76 | 55 |
| Binary | 101100 | 10111100 | 1010010 | 1001101 | 0 | 111000 | 11010 | 10001000 | 111110 | 101101 |
Color Harmonies of #2CBC52
Complementary color
Monochromatic Colors of #2CBC52
Black with #2CBC52
Text Example
Text Example
White with #2CBC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC52; }
p { color: rgb(44,188,82); }
H1.HeaderClassName
{
color: #2CBC52;
}
.AnyTagClassName
{
color: #2CBC52;
}
</style>
background-color css
<style>
a { background-color: #2CBC52; }
a { background-color: rgb(44,188,82); }
div.DivClassName
{
background-color: #2CBC52;
}
.BgClassName
{
background-color: #2CBC52;
}
</style>
border-color css
<style>
span { border-color: #2CBC52; }
span { border-color: rgb(44,188,82); }
td.TdClassName
{
border-color: #2CBC52;
}
.TagClassName
{
border-color: #2CBC52;
}
</style>