Shades of Chateau Green #2DB752
Tints of Chateau Green #2DB752
RGB
CMYK
RGB Variations
Color information
#2DB752 (or 0x2DB752) is known color: Chateau Green. HEX triplet: 2D, B7 and 52. RGB value is (45,183,82). Sum of RGB (Red+Green+Blue) = 45+183+82=310 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.52% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB752 is #D248AD. Grayscale: #828282. Windows color (decimal): -13781166 or 5420845. OLE color: 5420845.
HSL color Cylindrical-coordinate representation of color #2DB752: hue angle of 136.09º 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 #2DB752 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 82 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.28 |
| HSL | 136.09º | 0.61% | 0.45% | - |
| HSV(B) | 136.09º | 0.75% | 0.72% | - |
| XYZ | 19.54 | 35.03 | 13.72 | - |
| YUV | 130.22 | 100.78 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 82 | 0.75 | 0 | 0.55 | 0.28 | 136.09 | 0.61 | 0.45 |
| Hex | 2D | B7 | 52 | 4B | 0 | 37 | 1C | 88 | 3D | 2D |
| Octal | 55 | 267 | 122 | 113 | 0 | 67 | 34 | 210 | 75 | 55 |
| Binary | 101101 | 10110111 | 1010010 | 1001011 | 0 | 110111 | 11100 | 10001000 | 111101 | 101101 |
Color Harmonies of #2DB752
Complementary color
Monochromatic Colors of #2DB752
Black with #2DB752
Text Example
Text Example
White with #2DB752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB752; }
p { color: rgb(45,183,82); }
H1.HeaderClassName
{
color: #2DB752;
}
.AnyTagClassName
{
color: #2DB752;
}
</style>
background-color css
<style>
a { background-color: #2DB752; }
a { background-color: rgb(45,183,82); }
div.DivClassName
{
background-color: #2DB752;
}
.BgClassName
{
background-color: #2DB752;
}
</style>
border-color css
<style>
span { border-color: #2DB752; }
span { border-color: rgb(45,183,82); }
td.TdClassName
{
border-color: #2DB752;
}
.TagClassName
{
border-color: #2DB752;
}
</style>