Shades of Chateau Green #2DA940
Tints of Chateau Green #2DA940
RGB
CMYK
RGB Variations
Color information
#2DA940 (or 0x2DA940) is known color: Chateau Green. HEX triplet: 2D, A9 and 40. RGB value is (45,169,64). Sum of RGB (Red+Green+Blue) = 45+169+64=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 169 (66.41% from 255 or 60.79% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA940 is #D256BF. Grayscale: #787878. Windows color (decimal): -13784768 or 4237613. OLE color: 4237613.
HSL color Cylindrical-coordinate representation of color #2DA940: hue angle of 129.19º 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 #2DA940 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 169 | 64 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.34 |
| HSL | 129.19º | 0.58% | 0.42% | - |
| HSV(B) | 129.19º | 0.73% | 0.66% | - |
| XYZ | 16.2 | 29.3 | 9.65 | - |
| YUV | 119.95 | 96.42 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 169 | 64 | 0.73 | 0 | 0.62 | 0.34 | 129.19 | 0.58 | 0.42 |
| Hex | 2D | A9 | 40 | 49 | 0 | 3E | 22 | 81 | 3A | 2A |
| Octal | 55 | 251 | 100 | 111 | 0 | 76 | 42 | 201 | 72 | 52 |
| Binary | 101101 | 10101001 | 1000000 | 1001001 | 0 | 111110 | 100010 | 10000001 | 111010 | 101010 |
Color Harmonies of #2DA940
Complementary color
Monochromatic Colors of #2DA940
Black with #2DA940
Text Example
Text Example
White with #2DA940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA940; }
p { color: rgb(45,169,64); }
H1.HeaderClassName
{
color: #2DA940;
}
.AnyTagClassName
{
color: #2DA940;
}
</style>
background-color css
<style>
a { background-color: #2DA940; }
a { background-color: rgb(45,169,64); }
div.DivClassName
{
background-color: #2DA940;
}
.BgClassName
{
background-color: #2DA940;
}
</style>
border-color css
<style>
span { border-color: #2DA940; }
span { border-color: rgb(45,169,64); }
td.TdClassName
{
border-color: #2DA940;
}
.TagClassName
{
border-color: #2DA940;
}
</style>