Shades of Chateau Green #2BBA4E
Tints of Chateau Green #2BBA4E
RGB
CMYK
RGB Variations
Color information
#2BBA4E (or 0x2BBA4E) is known color: Chateau Green. HEX triplet: 2B, BA and 4E. RGB value is (43,186,78). Sum of RGB (Red+Green+Blue) = 43+186+78=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBA4E is #D445B1. Grayscale: #838383. Windows color (decimal): -13911474 or 5159467. OLE color: 5159467.
HSL color Cylindrical-coordinate representation of color #2BBA4E: hue angle of 134.69º 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 #2BBA4E is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 78 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.27 |
| HSL | 134.69º | 0.62% | 0.45% | - |
| HSV(B) | 134.69º | 0.77% | 0.73% | - |
| XYZ | 19.93 | 36.18 | 13.14 | - |
| YUV | 130.93 | 98.12 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 78 | 0.77 | 0 | 0.58 | 0.27 | 134.69 | 0.62 | 0.45 |
| Hex | 2B | BA | 4E | 4D | 0 | 3A | 1B | 87 | 3E | 2D |
| Octal | 53 | 272 | 116 | 115 | 0 | 72 | 33 | 207 | 76 | 55 |
| Binary | 101011 | 10111010 | 1001110 | 1001101 | 0 | 111010 | 11011 | 10000111 | 111110 | 101101 |
Color Harmonies of #2BBA4E
Complementary color
Monochromatic Colors of #2BBA4E
Black with #2BBA4E
Text Example
Text Example
White with #2BBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA4E; }
p { color: rgb(43,186,78); }
H1.HeaderClassName
{
color: #2BBA4E;
}
.AnyTagClassName
{
color: #2BBA4E;
}
</style>
background-color css
<style>
a { background-color: #2BBA4E; }
a { background-color: rgb(43,186,78); }
div.DivClassName
{
background-color: #2BBA4E;
}
.BgClassName
{
background-color: #2BBA4E;
}
</style>
border-color css
<style>
span { border-color: #2BBA4E; }
span { border-color: rgb(43,186,78); }
td.TdClassName
{
border-color: #2BBA4E;
}
.TagClassName
{
border-color: #2BBA4E;
}
</style>