Shades of Chateau Green #2BB557
Tints of Chateau Green #2BB557
RGB
CMYK
RGB Variations
Color information
#2BB557 (or 0x2BB557) is known color: Chateau Green. HEX triplet: 2B, B5 and 57. RGB value is (43,181,87). Sum of RGB (Red+Green+Blue) = 43+181+87=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 181 (71.09% from 255 or 58.20% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB557 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB557 is #D44AA8. Grayscale: #818181. Windows color (decimal): -13912745 or 5748011. OLE color: 5748011.
HSL color Cylindrical-coordinate representation of color #2BB557: hue angle of 139.13º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB557 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 181 | 87 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.29 |
| HSL | 139.13º | 0.62% | 0.44% | - |
| HSV(B) | 139.13º | 0.76% | 0.71% | - |
| XYZ | 19.24 | 34.25 | 14.61 | - |
| YUV | 129.02 | 104.28 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 181 | 87 | 0.76 | 0 | 0.52 | 0.29 | 139.13 | 0.62 | 0.44 |
| Hex | 2B | B5 | 57 | 4C | 0 | 34 | 1D | 8B | 3E | 2C |
| Octal | 53 | 265 | 127 | 114 | 0 | 64 | 35 | 213 | 76 | 54 |
| Binary | 101011 | 10110101 | 1010111 | 1001100 | 0 | 110100 | 11101 | 10001011 | 111110 | 101100 |
Color Harmonies of #2BB557
Complementary color
Monochromatic Colors of #2BB557
Black with #2BB557
Text Example
Text Example
White with #2BB557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB557; }
p { color: rgb(43,181,87); }
H1.HeaderClassName
{
color: #2BB557;
}
.AnyTagClassName
{
color: #2BB557;
}
</style>
background-color css
<style>
a { background-color: #2BB557; }
a { background-color: rgb(43,181,87); }
div.DivClassName
{
background-color: #2BB557;
}
.BgClassName
{
background-color: #2BB557;
}
</style>
border-color css
<style>
span { border-color: #2BB557; }
span { border-color: rgb(43,181,87); }
td.TdClassName
{
border-color: #2BB557;
}
.TagClassName
{
border-color: #2BB557;
}
</style>