Shades of Chateau Green #2BC051
Tints of Chateau Green #2BC051
RGB
CMYK
RGB Variations
Color information
#2BC051 (or 0x2BC051) is known color: Chateau Green. HEX triplet: 2B, C0 and 51. RGB value is (43,192,81). Sum of RGB (Red+Green+Blue) = 43+192+81=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC051 is #D43FAE. Grayscale: #878787. Windows color (decimal): -13909935 or 5357611. OLE color: 5357611.
HSL color Cylindrical-coordinate representation of color #2BC051: hue angle of 135.3º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC051 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 192 | 81 | - |
| CMYK | 0.78 | 0 | 0.58 | 0.25 |
| HSL | 135.3º | 0.63% | 0.46% | - |
| HSV(B) | 135.3º | 0.78% | 0.75% | - |
| XYZ | 21.33 | 38.81 | 14.15 | - |
| YUV | 134.8 | 97.64 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 81 | 0.78 | 0 | 0.58 | 0.25 | 135.3 | 0.63 | 0.46 |
| Hex | 2B | C0 | 51 | 4E | 0 | 3A | 19 | 87 | 3F | 2E |
| Octal | 53 | 300 | 121 | 116 | 0 | 72 | 31 | 207 | 77 | 56 |
| Binary | 101011 | 11000000 | 1010001 | 1001110 | 0 | 111010 | 11001 | 10000111 | 111111 | 101110 |
Color Harmonies of #2BC051
Complementary color
Monochromatic Colors of #2BC051
Black with #2BC051
Text Example
Text Example
White with #2BC051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC051; }
p { color: rgb(43,192,81); }
H1.HeaderClassName
{
color: #2BC051;
}
.AnyTagClassName
{
color: #2BC051;
}
</style>
background-color css
<style>
a { background-color: #2BC051; }
a { background-color: rgb(43,192,81); }
div.DivClassName
{
background-color: #2BC051;
}
.BgClassName
{
background-color: #2BC051;
}
</style>
border-color css
<style>
span { border-color: #2BC051; }
span { border-color: rgb(43,192,81); }
td.TdClassName
{
border-color: #2BC051;
}
.TagClassName
{
border-color: #2BC051;
}
</style>