Shades of Chateau Green #2BBA4F
Tints of Chateau Green #2BBA4F
RGB
CMYK
RGB Variations
Color information
#2BBA4F (or 0x2BBA4F) is known color: Chateau Green. HEX triplet: 2B, BA and 4F. RGB value is (43,186,79). Sum of RGB (Red+Green+Blue) = 43+186+79=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBA4F is #D445B0. Grayscale: #838383. Windows color (decimal): -13911473 or 5225003. OLE color: 5225003.
HSL color Cylindrical-coordinate representation of color #2BBA4F: hue angle of 135.1º 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 #2BBA4F is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 79 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.27 |
| HSL | 135.1º | 0.62% | 0.45% | - |
| HSV(B) | 135.1º | 0.77% | 0.73% | - |
| XYZ | 19.97 | 36.2 | 13.33 | - |
| YUV | 131.05 | 98.62 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 79 | 0.77 | 0 | 0.58 | 0.27 | 135.1 | 0.62 | 0.45 |
| Hex | 2B | BA | 4F | 4D | 0 | 3A | 1B | 87 | 3E | 2D |
| Octal | 53 | 272 | 117 | 115 | 0 | 72 | 33 | 207 | 76 | 55 |
| Binary | 101011 | 10111010 | 1001111 | 1001101 | 0 | 111010 | 11011 | 10000111 | 111110 | 101101 |
Color Harmonies of #2BBA4F
Complementary color
Monochromatic Colors of #2BBA4F
Black with #2BBA4F
Text Example
Text Example
White with #2BBA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA4F; }
p { color: rgb(43,186,79); }
H1.HeaderClassName
{
color: #2BBA4F;
}
.AnyTagClassName
{
color: #2BBA4F;
}
</style>
background-color css
<style>
a { background-color: #2BBA4F; }
a { background-color: rgb(43,186,79); }
div.DivClassName
{
background-color: #2BBA4F;
}
.BgClassName
{
background-color: #2BBA4F;
}
</style>
border-color css
<style>
span { border-color: #2BBA4F; }
span { border-color: rgb(43,186,79); }
td.TdClassName
{
border-color: #2BBA4F;
}
.TagClassName
{
border-color: #2BBA4F;
}
</style>