Shades of Chateau Green #2BBC51
Tints of Chateau Green #2BBC51
RGB
CMYK
RGB Variations
Color information
#2BBC51 (or 0x2BBC51) is known color: Chateau Green. HEX triplet: 2B, BC and 51. RGB value is (43,188,81). Sum of RGB (Red+Green+Blue) = 43+188+81=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBC51 is #D443AE. Grayscale: #848484. Windows color (decimal): -13910959 or 5356587. OLE color: 5356587.
HSL color Cylindrical-coordinate representation of color #2BBC51: hue angle of 135.72º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBC51 is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 81 | - |
| CMYK | 0.77 | 0 | 0.57 | 0.26 |
| HSL | 135.72º | 0.63% | 0.45% | - |
| HSV(B) | 135.72º | 0.77% | 0.74% | - |
| XYZ | 20.46 | 37.07 | 13.86 | - |
| YUV | 132.45 | 98.96 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 81 | 0.77 | 0 | 0.57 | 0.26 | 135.72 | 0.63 | 0.45 |
| Hex | 2B | BC | 51 | 4D | 0 | 39 | 1A | 88 | 3F | 2D |
| Octal | 53 | 274 | 121 | 115 | 0 | 71 | 32 | 210 | 77 | 55 |
| Binary | 101011 | 10111100 | 1010001 | 1001101 | 0 | 111001 | 11010 | 10001000 | 111111 | 101101 |
Color Harmonies of #2BBC51
Complementary color
Monochromatic Colors of #2BBC51
Black with #2BBC51
Text Example
Text Example
White with #2BBC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC51; }
p { color: rgb(43,188,81); }
H1.HeaderClassName
{
color: #2BBC51;
}
.AnyTagClassName
{
color: #2BBC51;
}
</style>
background-color css
<style>
a { background-color: #2BBC51; }
a { background-color: rgb(43,188,81); }
div.DivClassName
{
background-color: #2BBC51;
}
.BgClassName
{
background-color: #2BBC51;
}
</style>
border-color css
<style>
span { border-color: #2BBC51; }
span { border-color: rgb(43,188,81); }
td.TdClassName
{
border-color: #2BBC51;
}
.TagClassName
{
border-color: #2BBC51;
}
</style>