Shades of Chateau Green #2AB351
Tints of Chateau Green #2AB351
RGB
CMYK
RGB Variations
Color information
#2AB351 (or 0x2AB351) is known color: Chateau Green. HEX triplet: 2A, B3 and 51. RGB value is (42,179,81). Sum of RGB (Red+Green+Blue) = 42+179+81=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 179 (70.31% from 255 or 59.27% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB351 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB351 is #D54CAE. Grayscale: #7F7F7F. Windows color (decimal): -13978799 or 5354282. OLE color: 5354282.
HSL color Cylindrical-coordinate representation of color #2AB351: hue angle of 137.08º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB351 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 81 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.30 |
| HSL | 137.08º | 0.62% | 0.43% | - |
| HSV(B) | 137.08º | 0.77% | 0.7% | - |
| XYZ | 18.56 | 33.33 | 13.24 | - |
| YUV | 126.87 | 102.11 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 81 | 0.77 | 0 | 0.55 | 0.30 | 137.08 | 0.62 | 0.43 |
| Hex | 2A | B3 | 51 | 4D | 0 | 37 | 1E | 89 | 3E | 2B |
| Octal | 52 | 263 | 121 | 115 | 0 | 67 | 36 | 211 | 76 | 53 |
| Binary | 101010 | 10110011 | 1010001 | 1001101 | 0 | 110111 | 11110 | 10001001 | 111110 | 101011 |
Color Harmonies of #2AB351
Complementary color
Monochromatic Colors of #2AB351
Black with #2AB351
Text Example
Text Example
White with #2AB351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB351; }
p { color: rgb(42,179,81); }
H1.HeaderClassName
{
color: #2AB351;
}
.AnyTagClassName
{
color: #2AB351;
}
</style>
background-color css
<style>
a { background-color: #2AB351; }
a { background-color: rgb(42,179,81); }
div.DivClassName
{
background-color: #2AB351;
}
.BgClassName
{
background-color: #2AB351;
}
</style>
border-color css
<style>
span { border-color: #2AB351; }
span { border-color: rgb(42,179,81); }
td.TdClassName
{
border-color: #2AB351;
}
.TagClassName
{
border-color: #2AB351;
}
</style>