Shades of Chateau Green #2BBA51
Tints of Chateau Green #2BBA51
RGB
CMYK
RGB Variations
Color information
#2BBA51 (or 0x2BBA51) is known color: Chateau Green. HEX triplet: 2B, BA and 51. RGB value is (43,186,81). Sum of RGB (Red+Green+Blue) = 43+186+81=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBA51 is #D445AE. Grayscale: #838383. Windows color (decimal): -13911471 or 5356075. OLE color: 5356075.
HSL color Cylindrical-coordinate representation of color #2BBA51: hue angle of 135.94º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBA51 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 81 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.27 |
| HSL | 135.94º | 0.62% | 0.45% | - |
| HSV(B) | 135.94º | 0.77% | 0.73% | - |
| XYZ | 20.04 | 36.23 | 13.72 | - |
| YUV | 131.27 | 99.62 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 81 | 0.77 | 0 | 0.56 | 0.27 | 135.94 | 0.62 | 0.45 |
| Hex | 2B | BA | 51 | 4D | 0 | 38 | 1B | 88 | 3E | 2D |
| Octal | 53 | 272 | 121 | 115 | 0 | 70 | 33 | 210 | 76 | 55 |
| Binary | 101011 | 10111010 | 1010001 | 1001101 | 0 | 111000 | 11011 | 10001000 | 111110 | 101101 |
Color Harmonies of #2BBA51
Complementary color
Monochromatic Colors of #2BBA51
Black with #2BBA51
Text Example
Text Example
White with #2BBA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA51; }
p { color: rgb(43,186,81); }
H1.HeaderClassName
{
color: #2BBA51;
}
.AnyTagClassName
{
color: #2BBA51;
}
</style>
background-color css
<style>
a { background-color: #2BBA51; }
a { background-color: rgb(43,186,81); }
div.DivClassName
{
background-color: #2BBA51;
}
.BgClassName
{
background-color: #2BBA51;
}
</style>
border-color css
<style>
span { border-color: #2BBA51; }
span { border-color: rgb(43,186,81); }
td.TdClassName
{
border-color: #2BBA51;
}
.TagClassName
{
border-color: #2BBA51;
}
</style>