Shades of Chateau Green #2AB350
Tints of Chateau Green #2AB350
RGB
CMYK
RGB Variations
Color information
#2AB350 (or 0x2AB350) is known color: Chateau Green. HEX triplet: 2A, B3 and 50. RGB value is (42,179,80). Sum of RGB (Red+Green+Blue) = 42+179+80=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 179 (70.31% from 255 or 59.47% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB350 is #D54CAF. Grayscale: #7F7F7F. Windows color (decimal): -13978800 or 5288746. OLE color: 5288746.
HSL color Cylindrical-coordinate representation of color #2AB350: hue angle of 136.64º 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 #2AB350 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 80 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.30 |
| HSL | 136.64º | 0.62% | 0.43% | - |
| HSV(B) | 136.64º | 0.77% | 0.7% | - |
| XYZ | 18.52 | 33.31 | 13.04 | - |
| YUV | 126.75 | 101.61 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 80 | 0.77 | 0 | 0.55 | 0.30 | 136.64 | 0.62 | 0.43 |
| Hex | 2A | B3 | 50 | 4D | 0 | 37 | 1E | 89 | 3E | 2B |
| Octal | 52 | 263 | 120 | 115 | 0 | 67 | 36 | 211 | 76 | 53 |
| Binary | 101010 | 10110011 | 1010000 | 1001101 | 0 | 110111 | 11110 | 10001001 | 111110 | 101011 |
Color Harmonies of #2AB350
Complementary color
Monochromatic Colors of #2AB350
Black with #2AB350
Text Example
Text Example
White with #2AB350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB350; }
p { color: rgb(42,179,80); }
H1.HeaderClassName
{
color: #2AB350;
}
.AnyTagClassName
{
color: #2AB350;
}
</style>
background-color css
<style>
a { background-color: #2AB350; }
a { background-color: rgb(42,179,80); }
div.DivClassName
{
background-color: #2AB350;
}
.BgClassName
{
background-color: #2AB350;
}
</style>
border-color css
<style>
span { border-color: #2AB350; }
span { border-color: rgb(42,179,80); }
td.TdClassName
{
border-color: #2AB350;
}
.TagClassName
{
border-color: #2AB350;
}
</style>