Shades of Chateau Green #2DBD51
Tints of Chateau Green #2DBD51
RGB
CMYK
RGB Variations
Color information
#2DBD51 (or 0x2DBD51) is known color: Chateau Green. HEX triplet: 2D, BD and 51. RGB value is (45,189,81). Sum of RGB (Red+Green+Blue) = 45+189+81=315 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.29% from 315); Green value is 189 (74.22% from 255 or 60% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBD51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBD51 is #D242AE. Grayscale: #858585. Windows color (decimal): -13779631 or 5356845. OLE color: 5356845.
HSL color Cylindrical-coordinate representation of color #2DBD51: hue angle of 135º degrees, saturation: 0.62, 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 #2DBD51 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 81 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.26 |
| HSL | 135º | 0.62% | 0.46% | - |
| HSV(B) | 135º | 0.76% | 0.74% | - |
| XYZ | 20.76 | 37.55 | 13.94 | - |
| YUV | 133.63 | 98.29 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 81 | 0.76 | 0 | 0.57 | 0.26 | 135 | 0.62 | 0.46 |
| Hex | 2D | BD | 51 | 4C | 0 | 39 | 1A | 87 | 3E | 2E |
| Octal | 55 | 275 | 121 | 114 | 0 | 71 | 32 | 207 | 76 | 56 |
| Binary | 101101 | 10111101 | 1010001 | 1001100 | 0 | 111001 | 11010 | 10000111 | 111110 | 101110 |
Color Harmonies of #2DBD51
Complementary color
Monochromatic Colors of #2DBD51
Black with #2DBD51
Text Example
Text Example
White with #2DBD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBD51; }
p { color: rgb(45,189,81); }
H1.HeaderClassName
{
color: #2DBD51;
}
.AnyTagClassName
{
color: #2DBD51;
}
</style>
background-color css
<style>
a { background-color: #2DBD51; }
a { background-color: rgb(45,189,81); }
div.DivClassName
{
background-color: #2DBD51;
}
.BgClassName
{
background-color: #2DBD51;
}
</style>
border-color css
<style>
span { border-color: #2DBD51; }
span { border-color: rgb(45,189,81); }
td.TdClassName
{
border-color: #2DBD51;
}
.TagClassName
{
border-color: #2DBD51;
}
</style>