Shades of Chateau Green #2AB554
Tints of Chateau Green #2AB554
RGB
CMYK
RGB Variations
Color information
#2AB554 (or 0x2AB554) is known color: Chateau Green. HEX triplet: 2A, B5 and 54. RGB value is (42,181,84). Sum of RGB (Red+Green+Blue) = 42+181+84=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 181 (71.09% from 255 or 58.96% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB554 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB554 is #D54AAB. Grayscale: #808080. Windows color (decimal): -13978284 or 5551402. OLE color: 5551402.
HSL color Cylindrical-coordinate representation of color #2AB554: hue angle of 138.13º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB554 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 84 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.29 |
| HSL | 138.13º | 0.62% | 0.44% | - |
| HSV(B) | 138.13º | 0.77% | 0.71% | - |
| XYZ | 19.08 | 34.18 | 13.98 | - |
| YUV | 128.38 | 102.95 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 84 | 0.77 | 0 | 0.54 | 0.29 | 138.13 | 0.62 | 0.44 |
| Hex | 2A | B5 | 54 | 4D | 0 | 36 | 1D | 8A | 3E | 2C |
| Octal | 52 | 265 | 124 | 115 | 0 | 66 | 35 | 212 | 76 | 54 |
| Binary | 101010 | 10110101 | 1010100 | 1001101 | 0 | 110110 | 11101 | 10001010 | 111110 | 101100 |
Color Harmonies of #2AB554
Complementary color
Monochromatic Colors of #2AB554
Black with #2AB554
Text Example
Text Example
White with #2AB554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB554; }
p { color: rgb(42,181,84); }
H1.HeaderClassName
{
color: #2AB554;
}
.AnyTagClassName
{
color: #2AB554;
}
</style>
background-color css
<style>
a { background-color: #2AB554; }
a { background-color: rgb(42,181,84); }
div.DivClassName
{
background-color: #2AB554;
}
.BgClassName
{
background-color: #2AB554;
}
</style>
border-color css
<style>
span { border-color: #2AB554; }
span { border-color: rgb(42,181,84); }
td.TdClassName
{
border-color: #2AB554;
}
.TagClassName
{
border-color: #2AB554;
}
</style>