Shades of Chateau Green #2BB056
Tints of Chateau Green #2BB056
RGB
CMYK
RGB Variations
Color information
#2BB056 (or 0x2BB056) is known color: Chateau Green. HEX triplet: 2B, B0 and 56. RGB value is (43,176,86). Sum of RGB (Red+Green+Blue) = 43+176+86=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 176 (69.14% from 255 or 57.70% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 176 - color contains mainly: green. Hex color #2BB056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BB056 is #D44FA9. Grayscale: #7E7E7E. Windows color (decimal): -13914026 or 5681195. OLE color: 5681195.
HSL color Cylindrical-coordinate representation of color #2BB056: hue angle of 139.4º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB056 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 176 | 86 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.31 |
| HSL | 139.4º | 0.61% | 0.43% | - |
| HSV(B) | 139.4º | 0.76% | 0.69% | - |
| XYZ | 18.2 | 32.24 | 14.07 | - |
| YUV | 125.97 | 105.44 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 176 | 86 | 0.76 | 0 | 0.51 | 0.31 | 139.4 | 0.61 | 0.43 |
| Hex | 2B | B0 | 56 | 4C | 0 | 33 | 1F | 8B | 3D | 2B |
| Octal | 53 | 260 | 126 | 114 | 0 | 63 | 37 | 213 | 75 | 53 |
| Binary | 101011 | 10110000 | 1010110 | 1001100 | 0 | 110011 | 11111 | 10001011 | 111101 | 101011 |
Color Harmonies of #2BB056
Complementary color
Monochromatic Colors of #2BB056
Black with #2BB056
Text Example
Text Example
White with #2BB056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB056; }
p { color: rgb(43,176,86); }
H1.HeaderClassName
{
color: #2BB056;
}
.AnyTagClassName
{
color: #2BB056;
}
</style>
background-color css
<style>
a { background-color: #2BB056; }
a { background-color: rgb(43,176,86); }
div.DivClassName
{
background-color: #2BB056;
}
.BgClassName
{
background-color: #2BB056;
}
</style>
border-color css
<style>
span { border-color: #2BB056; }
span { border-color: rgb(43,176,86); }
td.TdClassName
{
border-color: #2BB056;
}
.TagClassName
{
border-color: #2BB056;
}
</style>