Shades of Chateau Green #2DB751
Tints of Chateau Green #2DB751
RGB
CMYK
RGB Variations
Color information
#2DB751 (or 0x2DB751) is known color: Chateau Green. HEX triplet: 2D, B7 and 51. RGB value is (45,183,81). Sum of RGB (Red+Green+Blue) = 45+183+81=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB751 is #D248AE. Grayscale: #828282. Windows color (decimal): -13781167 or 5355309. OLE color: 5355309.
HSL color Cylindrical-coordinate representation of color #2DB751: hue angle of 135.65º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB751 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 81 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.28 |
| HSL | 135.65º | 0.61% | 0.45% | - |
| HSV(B) | 135.65º | 0.75% | 0.72% | - |
| XYZ | 19.5 | 35.02 | 13.52 | - |
| YUV | 130.11 | 100.28 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 81 | 0.75 | 0 | 0.56 | 0.28 | 135.65 | 0.61 | 0.45 |
| Hex | 2D | B7 | 51 | 4B | 0 | 38 | 1C | 88 | 3D | 2D |
| Octal | 55 | 267 | 121 | 113 | 0 | 70 | 34 | 210 | 75 | 55 |
| Binary | 101101 | 10110111 | 1010001 | 1001011 | 0 | 111000 | 11100 | 10001000 | 111101 | 101101 |
Color Harmonies of #2DB751
Complementary color
Monochromatic Colors of #2DB751
Black with #2DB751
Text Example
Text Example
White with #2DB751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB751; }
p { color: rgb(45,183,81); }
H1.HeaderClassName
{
color: #2DB751;
}
.AnyTagClassName
{
color: #2DB751;
}
</style>
background-color css
<style>
a { background-color: #2DB751; }
a { background-color: rgb(45,183,81); }
div.DivClassName
{
background-color: #2DB751;
}
.BgClassName
{
background-color: #2DB751;
}
</style>
border-color css
<style>
span { border-color: #2DB751; }
span { border-color: rgb(45,183,81); }
td.TdClassName
{
border-color: #2DB751;
}
.TagClassName
{
border-color: #2DB751;
}
</style>