Shades of Chateau Green #2BBB4F
Tints of Chateau Green #2BBB4F
RGB
CMYK
RGB Variations
Color information
#2BBB4F (or 0x2BBB4F) is known color: Chateau Green. HEX triplet: 2B, BB and 4F. RGB value is (43,187,79). Sum of RGB (Red+Green+Blue) = 43+187+79=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 187 (73.44% from 255 or 60.52% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBB4F is #D444B0. Grayscale: #838383. Windows color (decimal): -13911217 or 5225259. OLE color: 5225259.
HSL color Cylindrical-coordinate representation of color #2BBB4F: hue angle of 135º degrees, saturation: 0.63, 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 #2BBB4F is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 187 | 79 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.27 |
| HSL | 135º | 0.63% | 0.45% | - |
| HSV(B) | 135º | 0.77% | 0.73% | - |
| XYZ | 20.18 | 36.62 | 13.4 | - |
| YUV | 131.63 | 98.29 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 79 | 0.77 | 0 | 0.58 | 0.27 | 135 | 0.63 | 0.45 |
| Hex | 2B | BB | 4F | 4D | 0 | 3A | 1B | 87 | 3F | 2D |
| Octal | 53 | 273 | 117 | 115 | 0 | 72 | 33 | 207 | 77 | 55 |
| Binary | 101011 | 10111011 | 1001111 | 1001101 | 0 | 111010 | 11011 | 10000111 | 111111 | 101101 |
Color Harmonies of #2BBB4F
Complementary color
Monochromatic Colors of #2BBB4F
Black with #2BBB4F
Text Example
Text Example
White with #2BBB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBB4F; }
p { color: rgb(43,187,79); }
H1.HeaderClassName
{
color: #2BBB4F;
}
.AnyTagClassName
{
color: #2BBB4F;
}
</style>
background-color css
<style>
a { background-color: #2BBB4F; }
a { background-color: rgb(43,187,79); }
div.DivClassName
{
background-color: #2BBB4F;
}
.BgClassName
{
background-color: #2BBB4F;
}
</style>
border-color css
<style>
span { border-color: #2BBB4F; }
span { border-color: rgb(43,187,79); }
td.TdClassName
{
border-color: #2BBB4F;
}
.TagClassName
{
border-color: #2BBB4F;
}
</style>