Shades of Chateau Green #2DAC4D
Tints of Chateau Green #2DAC4D
RGB
CMYK
RGB Variations
Color information
#2DAC4D (or 0x2DAC4D) is known color: Chateau Green. HEX triplet: 2D, AC and 4D. RGB value is (45,172,77). Sum of RGB (Red+Green+Blue) = 45+172+77=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 172 (67.58% from 255 or 58.50% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAC4D is #D253B2. Grayscale: #7B7B7B. Windows color (decimal): -13783987 or 5090349. OLE color: 5090349.
HSL color Cylindrical-coordinate representation of color #2DAC4D: hue angle of 135.12º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAC4D is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 77 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.33 |
| HSL | 135.12º | 0.59% | 0.43% | - |
| HSV(B) | 135.12º | 0.74% | 0.67% | - |
| XYZ | 17.17 | 30.6 | 12.02 | - |
| YUV | 123.2 | 101.92 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 77 | 0.74 | 0 | 0.55 | 0.33 | 135.12 | 0.59 | 0.43 |
| Hex | 2D | AC | 4D | 4A | 0 | 37 | 21 | 87 | 3B | 2B |
| Octal | 55 | 254 | 115 | 112 | 0 | 67 | 41 | 207 | 73 | 53 |
| Binary | 101101 | 10101100 | 1001101 | 1001010 | 0 | 110111 | 100001 | 10000111 | 111011 | 101011 |
Color Harmonies of #2DAC4D
Complementary color
Monochromatic Colors of #2DAC4D
Black with #2DAC4D
Text Example
Text Example
White with #2DAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC4D; }
p { color: rgb(45,172,77); }
H1.HeaderClassName
{
color: #2DAC4D;
}
.AnyTagClassName
{
color: #2DAC4D;
}
</style>
background-color css
<style>
a { background-color: #2DAC4D; }
a { background-color: rgb(45,172,77); }
div.DivClassName
{
background-color: #2DAC4D;
}
.BgClassName
{
background-color: #2DAC4D;
}
</style>
border-color css
<style>
span { border-color: #2DAC4D; }
span { border-color: rgb(45,172,77); }
td.TdClassName
{
border-color: #2DAC4D;
}
.TagClassName
{
border-color: #2DAC4D;
}
</style>