Shades of Chateau Green #2ABE53
Tints of Chateau Green #2ABE53
RGB
CMYK
RGB Variations
Color information
#2ABE53 (or 0x2ABE53) is known color: Chateau Green. HEX triplet: 2A, BE and 53. RGB value is (42,190,83). Sum of RGB (Red+Green+Blue) = 42+190+83=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 190 (74.61% from 255 or 60.32% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABE53 is #D541AC. Grayscale: #858585. Windows color (decimal): -13975981 or 5488170. OLE color: 5488170.
HSL color Cylindrical-coordinate representation of color #2ABE53: hue angle of 136.62º 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 #2ABE53 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 83 | - |
| CMYK | 0.78 | 0 | 0.56 | 0.25 |
| HSL | 136.62º | 0.64% | 0.45% | - |
| HSV(B) | 136.62º | 0.78% | 0.75% | - |
| XYZ | 20.93 | 37.94 | 14.4 | - |
| YUV | 133.55 | 99.47 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 83 | 0.78 | 0 | 0.56 | 0.25 | 136.62 | 0.64 | 0.45 |
| Hex | 2A | BE | 53 | 4E | 0 | 38 | 19 | 89 | 40 | 2D |
| Octal | 52 | 276 | 123 | 116 | 0 | 70 | 31 | 211 | 100 | 55 |
| Binary | 101010 | 10111110 | 1010011 | 1001110 | 0 | 111000 | 11001 | 10001001 | 1000000 | 101101 |
Color Harmonies of #2ABE53
Complementary color
Monochromatic Colors of #2ABE53
Black with #2ABE53
Text Example
Text Example
White with #2ABE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE53; }
p { color: rgb(42,190,83); }
H1.HeaderClassName
{
color: #2ABE53;
}
.AnyTagClassName
{
color: #2ABE53;
}
</style>
background-color css
<style>
a { background-color: #2ABE53; }
a { background-color: rgb(42,190,83); }
div.DivClassName
{
background-color: #2ABE53;
}
.BgClassName
{
background-color: #2ABE53;
}
</style>
border-color css
<style>
span { border-color: #2ABE53; }
span { border-color: rgb(42,190,83); }
td.TdClassName
{
border-color: #2ABE53;
}
.TagClassName
{
border-color: #2ABE53;
}
</style>