Shades of Chateau Green #2AB754
Tints of Chateau Green #2AB754
RGB
CMYK
RGB Variations
Color information
#2AB754 (or 0x2AB754) is known color: Chateau Green. HEX triplet: 2A, B7 and 54. RGB value is (42,183,84). Sum of RGB (Red+Green+Blue) = 42+183+84=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB754 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB754 is #D548AB. Grayscale: #818181. Windows color (decimal): -13977772 or 5551914. OLE color: 5551914.
HSL color Cylindrical-coordinate representation of color #2AB754: hue angle of 137.87º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB754 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 84 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.28 |
| HSL | 137.87º | 0.63% | 0.44% | - |
| HSV(B) | 137.87º | 0.77% | 0.72% | - |
| XYZ | 19.49 | 35 | 14.12 | - |
| YUV | 129.56 | 102.29 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 84 | 0.77 | 0 | 0.54 | 0.28 | 137.87 | 0.63 | 0.44 |
| Hex | 2A | B7 | 54 | 4D | 0 | 36 | 1C | 8A | 3F | 2C |
| Octal | 52 | 267 | 124 | 115 | 0 | 66 | 34 | 212 | 77 | 54 |
| Binary | 101010 | 10110111 | 1010100 | 1001101 | 0 | 110110 | 11100 | 10001010 | 111111 | 101100 |
Color Harmonies of #2AB754
Complementary color
Monochromatic Colors of #2AB754
Black with #2AB754
Text Example
Text Example
White with #2AB754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB754; }
p { color: rgb(42,183,84); }
H1.HeaderClassName
{
color: #2AB754;
}
.AnyTagClassName
{
color: #2AB754;
}
</style>
background-color css
<style>
a { background-color: #2AB754; }
a { background-color: rgb(42,183,84); }
div.DivClassName
{
background-color: #2AB754;
}
.BgClassName
{
background-color: #2AB754;
}
</style>
border-color css
<style>
span { border-color: #2AB754; }
span { border-color: rgb(42,183,84); }
td.TdClassName
{
border-color: #2AB754;
}
.TagClassName
{
border-color: #2AB754;
}
</style>