Shades of Chateau Green #2DA644
Tints of Chateau Green #2DA644
RGB
CMYK
RGB Variations
Color information
#2DA644 (or 0x2DA644) is known color: Chateau Green. HEX triplet: 2D, A6 and 44. RGB value is (45,166,68). Sum of RGB (Red+Green+Blue) = 45+166+68=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 166 (65.23% from 255 or 59.50% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA644 is #D259BB. Grayscale: #767676. Windows color (decimal): -13785532 or 4498989. OLE color: 4498989.
HSL color Cylindrical-coordinate representation of color #2DA644: hue angle of 131.4º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA644 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 166 | 68 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.35 |
| HSL | 131.41º | 0.57% | 0.41% | - |
| HSV(B) | 131.41º | 0.73% | 0.65% | - |
| XYZ | 15.76 | 28.25 | 10.09 | - |
| YUV | 118.65 | 99.41 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 166 | 68 | 0.73 | 0 | 0.59 | 0.35 | 131.41 | 0.57 | 0.41 |
| Hex | 2D | A6 | 44 | 49 | 0 | 3B | 23 | 83 | 39 | 29 |
| Octal | 55 | 246 | 104 | 111 | 0 | 73 | 43 | 203 | 71 | 51 |
| Binary | 101101 | 10100110 | 1000100 | 1001001 | 0 | 111011 | 100011 | 10000011 | 111001 | 101001 |
Color Harmonies of #2DA644
Complementary color
Monochromatic Colors of #2DA644
Black with #2DA644
Text Example
Text Example
White with #2DA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA644; }
p { color: rgb(45,166,68); }
H1.HeaderClassName
{
color: #2DA644;
}
.AnyTagClassName
{
color: #2DA644;
}
</style>
background-color css
<style>
a { background-color: #2DA644; }
a { background-color: rgb(45,166,68); }
div.DivClassName
{
background-color: #2DA644;
}
.BgClassName
{
background-color: #2DA644;
}
</style>
border-color css
<style>
span { border-color: #2DA644; }
span { border-color: rgb(45,166,68); }
td.TdClassName
{
border-color: #2DA644;
}
.TagClassName
{
border-color: #2DA644;
}
</style>