Shades of Chateau Green #2DA752
Tints of Chateau Green #2DA752
RGB
CMYK
RGB Variations
Color information
#2DA752 (or 0x2DA752) is known color: Chateau Green. HEX triplet: 2D, A7 and 52. RGB value is (45,167,82). Sum of RGB (Red+Green+Blue) = 45+167+82=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 167 (65.62% from 255 or 56.80% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA752 is #D258AD. Grayscale: #797979. Windows color (decimal): -13785262 or 5416749. OLE color: 5416749.
HSL color Cylindrical-coordinate representation of color #2DA752: hue angle of 138.2º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA752 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 82 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.35 |
| HSL | 138.2º | 0.58% | 0.42% | - |
| HSV(B) | 138.2º | 0.73% | 0.65% | - |
| XYZ | 16.42 | 28.8 | 12.68 | - |
| YUV | 120.83 | 106.08 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 82 | 0.73 | 0 | 0.51 | 0.35 | 138.2 | 0.58 | 0.42 |
| Hex | 2D | A7 | 52 | 49 | 0 | 33 | 23 | 8A | 3A | 2A |
| Octal | 55 | 247 | 122 | 111 | 0 | 63 | 43 | 212 | 72 | 52 |
| Binary | 101101 | 10100111 | 1010010 | 1001001 | 0 | 110011 | 100011 | 10001010 | 111010 | 101010 |
Color Harmonies of #2DA752
Complementary color
Monochromatic Colors of #2DA752
Black with #2DA752
Text Example
Text Example
White with #2DA752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA752; }
p { color: rgb(45,167,82); }
H1.HeaderClassName
{
color: #2DA752;
}
.AnyTagClassName
{
color: #2DA752;
}
</style>
background-color css
<style>
a { background-color: #2DA752; }
a { background-color: rgb(45,167,82); }
div.DivClassName
{
background-color: #2DA752;
}
.BgClassName
{
background-color: #2DA752;
}
</style>
border-color css
<style>
span { border-color: #2DA752; }
span { border-color: rgb(45,167,82); }
td.TdClassName
{
border-color: #2DA752;
}
.TagClassName
{
border-color: #2DA752;
}
</style>