Shades of Chateau Green #2DB852
Tints of Chateau Green #2DB852
RGB
CMYK
RGB Variations
Color information
#2DB852 (or 0x2DB852) is known color: Chateau Green. HEX triplet: 2D, B8 and 52. RGB value is (45,184,82). Sum of RGB (Red+Green+Blue) = 45+184+82=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 184 (72.27% from 255 or 59.16% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB852 is #D247AD. Grayscale: #838383. Windows color (decimal): -13780910 or 5421101. OLE color: 5421101.
HSL color Cylindrical-coordinate representation of color #2DB852: hue angle of 135.97º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB852 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 184 | 82 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.28 |
| HSL | 135.97º | 0.61% | 0.45% | - |
| HSV(B) | 135.97º | 0.76% | 0.72% | - |
| XYZ | 19.75 | 35.45 | 13.78 | - |
| YUV | 130.81 | 100.45 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 184 | 82 | 0.76 | 0 | 0.55 | 0.28 | 135.97 | 0.61 | 0.45 |
| Hex | 2D | B8 | 52 | 4C | 0 | 37 | 1C | 88 | 3D | 2D |
| Octal | 55 | 270 | 122 | 114 | 0 | 67 | 34 | 210 | 75 | 55 |
| Binary | 101101 | 10111000 | 1010010 | 1001100 | 0 | 110111 | 11100 | 10001000 | 111101 | 101101 |
Color Harmonies of #2DB852
Complementary color
Monochromatic Colors of #2DB852
Black with #2DB852
Text Example
Text Example
White with #2DB852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB852; }
p { color: rgb(45,184,82); }
H1.HeaderClassName
{
color: #2DB852;
}
.AnyTagClassName
{
color: #2DB852;
}
</style>
background-color css
<style>
a { background-color: #2DB852; }
a { background-color: rgb(45,184,82); }
div.DivClassName
{
background-color: #2DB852;
}
.BgClassName
{
background-color: #2DB852;
}
</style>
border-color css
<style>
span { border-color: #2DB852; }
span { border-color: rgb(45,184,82); }
td.TdClassName
{
border-color: #2DB852;
}
.TagClassName
{
border-color: #2DB852;
}
</style>