Shades of Chateau Green #2BBC52
Tints of Chateau Green #2BBC52
RGB
CMYK
RGB Variations
Color information
#2BBC52 (or 0x2BBC52) is known color: Chateau Green. HEX triplet: 2B, BC and 52. RGB value is (43,188,82). Sum of RGB (Red+Green+Blue) = 43+188+82=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBC52 is #D443AD. Grayscale: #848484. Windows color (decimal): -13910958 or 5422123. OLE color: 5422123.
HSL color Cylindrical-coordinate representation of color #2BBC52: hue angle of 136.14º 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 #2BBC52 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 82 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.26 |
| HSL | 136.14º | 0.63% | 0.45% | - |
| HSV(B) | 136.14º | 0.77% | 0.74% | - |
| XYZ | 20.5 | 37.09 | 14.06 | - |
| YUV | 132.56 | 99.46 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 82 | 0.77 | 0 | 0.56 | 0.26 | 136.14 | 0.63 | 0.45 |
| Hex | 2B | BC | 52 | 4D | 0 | 38 | 1A | 88 | 3F | 2D |
| Octal | 53 | 274 | 122 | 115 | 0 | 70 | 32 | 210 | 77 | 55 |
| Binary | 101011 | 10111100 | 1010010 | 1001101 | 0 | 111000 | 11010 | 10001000 | 111111 | 101101 |
Color Harmonies of #2BBC52
Complementary color
Monochromatic Colors of #2BBC52
Black with #2BBC52
Text Example
Text Example
White with #2BBC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC52; }
p { color: rgb(43,188,82); }
H1.HeaderClassName
{
color: #2BBC52;
}
.AnyTagClassName
{
color: #2BBC52;
}
</style>
background-color css
<style>
a { background-color: #2BBC52; }
a { background-color: rgb(43,188,82); }
div.DivClassName
{
background-color: #2BBC52;
}
.BgClassName
{
background-color: #2BBC52;
}
</style>
border-color css
<style>
span { border-color: #2BBC52; }
span { border-color: rgb(43,188,82); }
td.TdClassName
{
border-color: #2BBC52;
}
.TagClassName
{
border-color: #2BBC52;
}
</style>