Shades of Chateau Green #2DBC51
Tints of Chateau Green #2DBC51
RGB
CMYK
RGB Variations
Color information
#2DBC51 (or 0x2DBC51) is known color: Chateau Green. HEX triplet: 2D, BC and 51. RGB value is (45,188,81). Sum of RGB (Red+Green+Blue) = 45+188+81=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC51 is #D243AE. Grayscale: #858585. Windows color (decimal): -13779887 or 5356589. OLE color: 5356589.
HSL color Cylindrical-coordinate representation of color #2DBC51: hue angle of 135.1º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBC51 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 81 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.26 |
| HSL | 135.1º | 0.61% | 0.46% | - |
| HSV(B) | 135.1º | 0.76% | 0.74% | - |
| XYZ | 20.55 | 37.12 | 13.87 | - |
| YUV | 133.05 | 98.62 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 81 | 0.76 | 0 | 0.57 | 0.26 | 135.1 | 0.61 | 0.46 |
| Hex | 2D | BC | 51 | 4C | 0 | 39 | 1A | 87 | 3D | 2E |
| Octal | 55 | 274 | 121 | 114 | 0 | 71 | 32 | 207 | 75 | 56 |
| Binary | 101101 | 10111100 | 1010001 | 1001100 | 0 | 111001 | 11010 | 10000111 | 111101 | 101110 |
Color Harmonies of #2DBC51
Complementary color
Monochromatic Colors of #2DBC51
Black with #2DBC51
Text Example
Text Example
White with #2DBC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC51; }
p { color: rgb(45,188,81); }
H1.HeaderClassName
{
color: #2DBC51;
}
.AnyTagClassName
{
color: #2DBC51;
}
</style>
background-color css
<style>
a { background-color: #2DBC51; }
a { background-color: rgb(45,188,81); }
div.DivClassName
{
background-color: #2DBC51;
}
.BgClassName
{
background-color: #2DBC51;
}
</style>
border-color css
<style>
span { border-color: #2DBC51; }
span { border-color: rgb(45,188,81); }
td.TdClassName
{
border-color: #2DBC51;
}
.TagClassName
{
border-color: #2DBC51;
}
</style>