Shades of Chateau Green #2BBC54
Tints of Chateau Green #2BBC54
RGB
CMYK
RGB Variations
Color information
#2BBC54 (or 0x2BBC54) is known color: Chateau Green. HEX triplet: 2B, BC and 54. RGB value is (43,188,84). Sum of RGB (Red+Green+Blue) = 43+188+84=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBC54 is #D443AB. Grayscale: #858585. Windows color (decimal): -13910956 or 5553195. OLE color: 5553195.
HSL color Cylindrical-coordinate representation of color #2BBC54: hue angle of 136.97º 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 #2BBC54 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 84 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.26 |
| HSL | 136.97º | 0.63% | 0.45% | - |
| HSV(B) | 136.97º | 0.77% | 0.74% | - |
| XYZ | 20.58 | 37.12 | 14.47 | - |
| YUV | 132.79 | 100.46 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 84 | 0.77 | 0 | 0.55 | 0.26 | 136.97 | 0.63 | 0.45 |
| Hex | 2B | BC | 54 | 4D | 0 | 37 | 1A | 89 | 3F | 2D |
| Octal | 53 | 274 | 124 | 115 | 0 | 67 | 32 | 211 | 77 | 55 |
| Binary | 101011 | 10111100 | 1010100 | 1001101 | 0 | 110111 | 11010 | 10001001 | 111111 | 101101 |
Color Harmonies of #2BBC54
Complementary color
Monochromatic Colors of #2BBC54
Black with #2BBC54
Text Example
Text Example
White with #2BBC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC54; }
p { color: rgb(43,188,84); }
H1.HeaderClassName
{
color: #2BBC54;
}
.AnyTagClassName
{
color: #2BBC54;
}
</style>
background-color css
<style>
a { background-color: #2BBC54; }
a { background-color: rgb(43,188,84); }
div.DivClassName
{
background-color: #2BBC54;
}
.BgClassName
{
background-color: #2BBC54;
}
</style>
border-color css
<style>
span { border-color: #2BBC54; }
span { border-color: rgb(43,188,84); }
td.TdClassName
{
border-color: #2BBC54;
}
.TagClassName
{
border-color: #2BBC54;
}
</style>