Shades of Chateau Green #2DBF51
Tints of Chateau Green #2DBF51
RGB
CMYK
RGB Variations
Color information
#2DBF51 (or 0x2DBF51) is known color: Chateau Green. HEX triplet: 2D, BF and 51. RGB value is (45,191,81). Sum of RGB (Red+Green+Blue) = 45+191+81=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBF51 is #D240AE. Grayscale: #878787. Windows color (decimal): -13779119 or 5357357. OLE color: 5357357.
HSL color Cylindrical-coordinate representation of color #2DBF51: hue angle of 134.79º 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 #2DBF51 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 81 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.25 |
| HSL | 134.79º | 0.62% | 0.46% | - |
| HSV(B) | 134.79º | 0.76% | 0.75% | - |
| XYZ | 21.2 | 38.41 | 14.08 | - |
| YUV | 134.81 | 97.63 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 81 | 0.76 | 0 | 0.58 | 0.25 | 134.79 | 0.62 | 0.46 |
| Hex | 2D | BF | 51 | 4C | 0 | 3A | 19 | 87 | 3E | 2E |
| Octal | 55 | 277 | 121 | 114 | 0 | 72 | 31 | 207 | 76 | 56 |
| Binary | 101101 | 10111111 | 1010001 | 1001100 | 0 | 111010 | 11001 | 10000111 | 111110 | 101110 |
Color Harmonies of #2DBF51
Complementary color
Monochromatic Colors of #2DBF51
Black with #2DBF51
Text Example
Text Example
White with #2DBF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF51; }
p { color: rgb(45,191,81); }
H1.HeaderClassName
{
color: #2DBF51;
}
.AnyTagClassName
{
color: #2DBF51;
}
</style>
background-color css
<style>
a { background-color: #2DBF51; }
a { background-color: rgb(45,191,81); }
div.DivClassName
{
background-color: #2DBF51;
}
.BgClassName
{
background-color: #2DBF51;
}
</style>
border-color css
<style>
span { border-color: #2DBF51; }
span { border-color: rgb(45,191,81); }
td.TdClassName
{
border-color: #2DBF51;
}
.TagClassName
{
border-color: #2DBF51;
}
</style>