Shades of Chateau Green #2AB353
Tints of Chateau Green #2AB353
RGB
CMYK
RGB Variations
Color information
#2AB353 (or 0x2AB353) is known color: Chateau Green. HEX triplet: 2A, B3 and 53. RGB value is (42,179,83). Sum of RGB (Red+Green+Blue) = 42+179+83=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 179 (70.31% from 255 or 58.88% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB353 is #D54CAC. Grayscale: #7F7F7F. Windows color (decimal): -13978797 or 5485354. OLE color: 5485354.
HSL color Cylindrical-coordinate representation of color #2AB353: hue angle of 137.96º 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 #2AB353 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 83 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.30 |
| HSL | 137.96º | 0.62% | 0.43% | - |
| HSV(B) | 137.96º | 0.77% | 0.7% | - |
| XYZ | 18.64 | 33.36 | 13.64 | - |
| YUV | 127.09 | 103.11 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 83 | 0.77 | 0 | 0.54 | 0.30 | 137.96 | 0.62 | 0.43 |
| Hex | 2A | B3 | 53 | 4D | 0 | 36 | 1E | 8A | 3E | 2B |
| Octal | 52 | 263 | 123 | 115 | 0 | 66 | 36 | 212 | 76 | 53 |
| Binary | 101010 | 10110011 | 1010011 | 1001101 | 0 | 110110 | 11110 | 10001010 | 111110 | 101011 |
Color Harmonies of #2AB353
Complementary color
Monochromatic Colors of #2AB353
Black with #2AB353
Text Example
Text Example
White with #2AB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB353; }
p { color: rgb(42,179,83); }
H1.HeaderClassName
{
color: #2AB353;
}
.AnyTagClassName
{
color: #2AB353;
}
</style>
background-color css
<style>
a { background-color: #2AB353; }
a { background-color: rgb(42,179,83); }
div.DivClassName
{
background-color: #2AB353;
}
.BgClassName
{
background-color: #2AB353;
}
</style>
border-color css
<style>
span { border-color: #2AB353; }
span { border-color: rgb(42,179,83); }
td.TdClassName
{
border-color: #2AB353;
}
.TagClassName
{
border-color: #2AB353;
}
</style>