Shades of Chateau Green #2BB156
Tints of Chateau Green #2BB156
RGB
CMYK
RGB Variations
Color information
#2BB156 (or 0x2BB156) is known color: Chateau Green. HEX triplet: 2B, B1 and 56. RGB value is (43,177,86). Sum of RGB (Red+Green+Blue) = 43+177+86=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 177 (69.53% from 255 or 57.84% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB156 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BB156 is #D44EA9. Grayscale: #7E7E7E. Windows color (decimal): -13913770 or 5681451. OLE color: 5681451.
HSL color Cylindrical-coordinate representation of color #2BB156: hue angle of 139.25º 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 #2BB156 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 177 | 86 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.31 |
| HSL | 139.25º | 0.61% | 0.43% | - |
| HSV(B) | 139.25º | 0.76% | 0.69% | - |
| XYZ | 18.4 | 32.63 | 14.13 | - |
| YUV | 126.56 | 105.11 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 177 | 86 | 0.76 | 0 | 0.51 | 0.31 | 139.25 | 0.61 | 0.43 |
| Hex | 2B | B1 | 56 | 4C | 0 | 33 | 1F | 8B | 3D | 2B |
| Octal | 53 | 261 | 126 | 114 | 0 | 63 | 37 | 213 | 75 | 53 |
| Binary | 101011 | 10110001 | 1010110 | 1001100 | 0 | 110011 | 11111 | 10001011 | 111101 | 101011 |
Color Harmonies of #2BB156
Complementary color
Monochromatic Colors of #2BB156
Black with #2BB156
Text Example
Text Example
White with #2BB156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB156; }
p { color: rgb(43,177,86); }
H1.HeaderClassName
{
color: #2BB156;
}
.AnyTagClassName
{
color: #2BB156;
}
</style>
background-color css
<style>
a { background-color: #2BB156; }
a { background-color: rgb(43,177,86); }
div.DivClassName
{
background-color: #2BB156;
}
.BgClassName
{
background-color: #2BB156;
}
</style>
border-color css
<style>
span { border-color: #2BB156; }
span { border-color: rgb(43,177,86); }
td.TdClassName
{
border-color: #2BB156;
}
.TagClassName
{
border-color: #2BB156;
}
</style>