Shades of Chateau Green #2DA952
Tints of Chateau Green #2DA952
RGB
CMYK
RGB Variations
Color information
#2DA952 (or 0x2DA952) is known color: Chateau Green. HEX triplet: 2D, A9 and 52. RGB value is (45,169,82). Sum of RGB (Red+Green+Blue) = 45+169+82=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 169 (66.41% from 255 or 57.09% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA952 is #D256AD. Grayscale: #7A7A7A. Windows color (decimal): -13784750 or 5417261. OLE color: 5417261.
HSL color Cylindrical-coordinate representation of color #2DA952: hue angle of 137.9º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA952 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 169 | 82 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.34 |
| HSL | 137.9º | 0.58% | 0.42% | - |
| HSV(B) | 137.9º | 0.73% | 0.66% | - |
| XYZ | 16.79 | 29.54 | 12.8 | - |
| YUV | 122.01 | 105.42 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 169 | 82 | 0.73 | 0 | 0.51 | 0.34 | 137.9 | 0.58 | 0.42 |
| Hex | 2D | A9 | 52 | 49 | 0 | 33 | 22 | 8A | 3A | 2A |
| Octal | 55 | 251 | 122 | 111 | 0 | 63 | 42 | 212 | 72 | 52 |
| Binary | 101101 | 10101001 | 1010010 | 1001001 | 0 | 110011 | 100010 | 10001010 | 111010 | 101010 |
Color Harmonies of #2DA952
Complementary color
Monochromatic Colors of #2DA952
Black with #2DA952
Text Example
Text Example
White with #2DA952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA952; }
p { color: rgb(45,169,82); }
H1.HeaderClassName
{
color: #2DA952;
}
.AnyTagClassName
{
color: #2DA952;
}
</style>
background-color css
<style>
a { background-color: #2DA952; }
a { background-color: rgb(45,169,82); }
div.DivClassName
{
background-color: #2DA952;
}
.BgClassName
{
background-color: #2DA952;
}
</style>
border-color css
<style>
span { border-color: #2DA952; }
span { border-color: rgb(45,169,82); }
td.TdClassName
{
border-color: #2DA952;
}
.TagClassName
{
border-color: #2DA952;
}
</style>