Shades of Chateau Green #2BA951
Tints of Chateau Green #2BA951
RGB
CMYK
RGB Variations
Color information
#2BA951 (or 0x2BA951) is known color: Chateau Green. HEX triplet: 2B, A9 and 51. RGB value is (43,169,81). Sum of RGB (Red+Green+Blue) = 43+169+81=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 169 (66.41% from 255 or 57.68% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA951 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA951 is #D456AE. Grayscale: #797979. Windows color (decimal): -13915823 or 5351723. OLE color: 5351723.
HSL color Cylindrical-coordinate representation of color #2BA951: hue angle of 138.1º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA951 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 81 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.34 |
| HSL | 138.1º | 0.59% | 0.42% | - |
| HSV(B) | 138.1º | 0.75% | 0.66% | - |
| XYZ | 16.67 | 29.48 | 12.6 | - |
| YUV | 121.29 | 105.26 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 81 | 0.75 | 0 | 0.52 | 0.34 | 138.1 | 0.59 | 0.42 |
| Hex | 2B | A9 | 51 | 4B | 0 | 34 | 22 | 8A | 3B | 2A |
| Octal | 53 | 251 | 121 | 113 | 0 | 64 | 42 | 212 | 73 | 52 |
| Binary | 101011 | 10101001 | 1010001 | 1001011 | 0 | 110100 | 100010 | 10001010 | 111011 | 101010 |
Color Harmonies of #2BA951
Complementary color
Monochromatic Colors of #2BA951
Black with #2BA951
Text Example
Text Example
White with #2BA951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA951; }
p { color: rgb(43,169,81); }
H1.HeaderClassName
{
color: #2BA951;
}
.AnyTagClassName
{
color: #2BA951;
}
</style>
background-color css
<style>
a { background-color: #2BA951; }
a { background-color: rgb(43,169,81); }
div.DivClassName
{
background-color: #2BA951;
}
.BgClassName
{
background-color: #2BA951;
}
</style>
border-color css
<style>
span { border-color: #2BA951; }
span { border-color: rgb(43,169,81); }
td.TdClassName
{
border-color: #2BA951;
}
.TagClassName
{
border-color: #2BA951;
}
</style>