Shades of Chateau Green #2ABE50
Tints of Chateau Green #2ABE50
RGB
CMYK
RGB Variations
Color information
#2ABE50 (or 0x2ABE50) is known color: Chateau Green. HEX triplet: 2A, BE and 50. RGB value is (42,190,80). Sum of RGB (Red+Green+Blue) = 42+190+80=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 190 (74.61% from 255 or 60.90% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABE50 is #D541AF. Grayscale: #858585. Windows color (decimal): -13975984 or 5291562. OLE color: 5291562.
HSL color Cylindrical-coordinate representation of color #2ABE50: hue angle of 135.41º 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 #2ABE50 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 80 | - |
| CMYK | 0.78 | 0 | 0.58 | 0.25 |
| HSL | 135.41º | 0.64% | 0.45% | - |
| HSV(B) | 135.41º | 0.78% | 0.75% | - |
| XYZ | 20.82 | 37.9 | 13.81 | - |
| YUV | 133.21 | 97.97 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 80 | 0.78 | 0 | 0.58 | 0.25 | 135.41 | 0.64 | 0.45 |
| Hex | 2A | BE | 50 | 4E | 0 | 3A | 19 | 87 | 40 | 2D |
| Octal | 52 | 276 | 120 | 116 | 0 | 72 | 31 | 207 | 100 | 55 |
| Binary | 101010 | 10111110 | 1010000 | 1001110 | 0 | 111010 | 11001 | 10000111 | 1000000 | 101101 |
Color Harmonies of #2ABE50
Complementary color
Monochromatic Colors of #2ABE50
Black with #2ABE50
Text Example
Text Example
White with #2ABE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE50; }
p { color: rgb(42,190,80); }
H1.HeaderClassName
{
color: #2ABE50;
}
.AnyTagClassName
{
color: #2ABE50;
}
</style>
background-color css
<style>
a { background-color: #2ABE50; }
a { background-color: rgb(42,190,80); }
div.DivClassName
{
background-color: #2ABE50;
}
.BgClassName
{
background-color: #2ABE50;
}
</style>
border-color css
<style>
span { border-color: #2ABE50; }
span { border-color: rgb(42,190,80); }
td.TdClassName
{
border-color: #2ABE50;
}
.TagClassName
{
border-color: #2ABE50;
}
</style>