Shades of Chateau Green #2ABE51
Tints of Chateau Green #2ABE51
RGB
CMYK
RGB Variations
Color information
#2ABE51 (or 0x2ABE51) is known color: Chateau Green. HEX triplet: 2A, BE and 51. RGB value is (42,190,81). Sum of RGB (Red+Green+Blue) = 42+190+81=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 190 (74.61% from 255 or 60.70% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABE51 is #D541AE. Grayscale: #858585. Windows color (decimal): -13975983 or 5357098. OLE color: 5357098.
HSL color Cylindrical-coordinate representation of color #2ABE51: hue angle of 135.81º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABE51 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 81 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.25 |
| HSL | 135.81º | 0.64% | 0.45% | - |
| HSV(B) | 135.81º | 0.78% | 0.75% | - |
| XYZ | 20.85 | 37.91 | 14 | - |
| YUV | 133.32 | 98.47 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 81 | 0.78 | 0 | 0.57 | 0.25 | 135.81 | 0.64 | 0.45 |
| Hex | 2A | BE | 51 | 4E | 0 | 39 | 19 | 88 | 40 | 2D |
| Octal | 52 | 276 | 121 | 116 | 0 | 71 | 31 | 210 | 100 | 55 |
| Binary | 101010 | 10111110 | 1010001 | 1001110 | 0 | 111001 | 11001 | 10001000 | 1000000 | 101101 |
Color Harmonies of #2ABE51
Complementary color
Monochromatic Colors of #2ABE51
Black with #2ABE51
Text Example
Text Example
White with #2ABE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE51; }
p { color: rgb(42,190,81); }
H1.HeaderClassName
{
color: #2ABE51;
}
.AnyTagClassName
{
color: #2ABE51;
}
</style>
background-color css
<style>
a { background-color: #2ABE51; }
a { background-color: rgb(42,190,81); }
div.DivClassName
{
background-color: #2ABE51;
}
.BgClassName
{
background-color: #2ABE51;
}
</style>
border-color css
<style>
span { border-color: #2ABE51; }
span { border-color: rgb(42,190,81); }
td.TdClassName
{
border-color: #2ABE51;
}
.TagClassName
{
border-color: #2ABE51;
}
</style>