Shades of Chateau Green #2BB956
Tints of Chateau Green #2BB956
RGB
CMYK
RGB Variations
Color information
#2BB956 (or 0x2BB956) is known color: Chateau Green. HEX triplet: 2B, B9 and 56. RGB value is (43,185,86). Sum of RGB (Red+Green+Blue) = 43+185+86=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 185 (72.66% from 255 or 58.92% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB956 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB956 is #D446A9. Grayscale: #838383. Windows color (decimal): -13911722 or 5683499. OLE color: 5683499.
HSL color Cylindrical-coordinate representation of color #2BB956: hue angle of 138.17º 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 #2BB956 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 185 | 86 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.27 |
| HSL | 138.17º | 0.62% | 0.45% | - |
| HSV(B) | 138.17º | 0.77% | 0.73% | - |
| XYZ | 20.02 | 35.88 | 14.67 | - |
| YUV | 131.26 | 102.46 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 185 | 86 | 0.77 | 0 | 0.54 | 0.27 | 138.17 | 0.62 | 0.45 |
| Hex | 2B | B9 | 56 | 4D | 0 | 36 | 1B | 8A | 3E | 2D |
| Octal | 53 | 271 | 126 | 115 | 0 | 66 | 33 | 212 | 76 | 55 |
| Binary | 101011 | 10111001 | 1010110 | 1001101 | 0 | 110110 | 11011 | 10001010 | 111110 | 101101 |
Color Harmonies of #2BB956
Complementary color
Monochromatic Colors of #2BB956
Black with #2BB956
Text Example
Text Example
White with #2BB956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB956; }
p { color: rgb(43,185,86); }
H1.HeaderClassName
{
color: #2BB956;
}
.AnyTagClassName
{
color: #2BB956;
}
</style>
background-color css
<style>
a { background-color: #2BB956; }
a { background-color: rgb(43,185,86); }
div.DivClassName
{
background-color: #2BB956;
}
.BgClassName
{
background-color: #2BB956;
}
</style>
border-color css
<style>
span { border-color: #2BB956; }
span { border-color: rgb(43,185,86); }
td.TdClassName
{
border-color: #2BB956;
}
.TagClassName
{
border-color: #2BB956;
}
</style>