Shades of Chateau Green #2ABC52
Tints of Chateau Green #2ABC52
RGB
CMYK
RGB Variations
Color information
#2ABC52 (or 0x2ABC52) is known color: Chateau Green. HEX triplet: 2A, BC and 52. RGB value is (42,188,82). Sum of RGB (Red+Green+Blue) = 42+188+82=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABC52 is #D543AD. Grayscale: #848484. Windows color (decimal): -13976494 or 5422122. OLE color: 5422122.
HSL color Cylindrical-coordinate representation of color #2ABC52: hue angle of 136.44º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABC52 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 82 | - |
| CMYK | 0.78 | 0 | 0.56 | 0.26 |
| HSL | 136.44º | 0.63% | 0.45% | - |
| HSV(B) | 136.44º | 0.78% | 0.74% | - |
| XYZ | 20.46 | 37.07 | 14.06 | - |
| YUV | 132.26 | 99.63 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 82 | 0.78 | 0 | 0.56 | 0.26 | 136.44 | 0.63 | 0.45 |
| Hex | 2A | BC | 52 | 4E | 0 | 38 | 1A | 88 | 3F | 2D |
| Octal | 52 | 274 | 122 | 116 | 0 | 70 | 32 | 210 | 77 | 55 |
| Binary | 101010 | 10111100 | 1010010 | 1001110 | 0 | 111000 | 11010 | 10001000 | 111111 | 101101 |
Color Harmonies of #2ABC52
Complementary color
Monochromatic Colors of #2ABC52
Black with #2ABC52
Text Example
Text Example
White with #2ABC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC52; }
p { color: rgb(42,188,82); }
H1.HeaderClassName
{
color: #2ABC52;
}
.AnyTagClassName
{
color: #2ABC52;
}
</style>
background-color css
<style>
a { background-color: #2ABC52; }
a { background-color: rgb(42,188,82); }
div.DivClassName
{
background-color: #2ABC52;
}
.BgClassName
{
background-color: #2ABC52;
}
</style>
border-color css
<style>
span { border-color: #2ABC52; }
span { border-color: rgb(42,188,82); }
td.TdClassName
{
border-color: #2ABC52;
}
.TagClassName
{
border-color: #2ABC52;
}
</style>