Shades of Chateau Green #2DBE51
Tints of Chateau Green #2DBE51
RGB
CMYK
RGB Variations
Color information
#2DBE51 (or 0x2DBE51) is known color: Chateau Green. HEX triplet: 2D, BE and 51. RGB value is (45,190,81). Sum of RGB (Red+Green+Blue) = 45+190+81=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 190 (74.61% from 255 or 60.13% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBE51 is #D241AE. Grayscale: #868686. Windows color (decimal): -13779375 or 5357101. OLE color: 5357101.
HSL color Cylindrical-coordinate representation of color #2DBE51: hue angle of 134.9º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBE51 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 81 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.25 |
| HSL | 134.9º | 0.62% | 0.46% | - |
| HSV(B) | 134.9º | 0.76% | 0.75% | - |
| XYZ | 20.98 | 37.98 | 14.01 | - |
| YUV | 134.22 | 97.96 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 81 | 0.76 | 0 | 0.57 | 0.25 | 134.9 | 0.62 | 0.46 |
| Hex | 2D | BE | 51 | 4C | 0 | 39 | 19 | 87 | 3E | 2E |
| Octal | 55 | 276 | 121 | 114 | 0 | 71 | 31 | 207 | 76 | 56 |
| Binary | 101101 | 10111110 | 1010001 | 1001100 | 0 | 111001 | 11001 | 10000111 | 111110 | 101110 |
Color Harmonies of #2DBE51
Complementary color
Monochromatic Colors of #2DBE51
Black with #2DBE51
Text Example
Text Example
White with #2DBE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE51; }
p { color: rgb(45,190,81); }
H1.HeaderClassName
{
color: #2DBE51;
}
.AnyTagClassName
{
color: #2DBE51;
}
</style>
background-color css
<style>
a { background-color: #2DBE51; }
a { background-color: rgb(45,190,81); }
div.DivClassName
{
background-color: #2DBE51;
}
.BgClassName
{
background-color: #2DBE51;
}
</style>
border-color css
<style>
span { border-color: #2DBE51; }
span { border-color: rgb(45,190,81); }
td.TdClassName
{
border-color: #2DBE51;
}
.TagClassName
{
border-color: #2DBE51;
}
</style>