Shades of Chateau Green #2DAC42
Tints of Chateau Green #2DAC42
RGB
CMYK
RGB Variations
Color information
#2DAC42 (or 0x2DAC42) is known color: Chateau Green. HEX triplet: 2D, AC and 42. RGB value is (45,172,66). Sum of RGB (Red+Green+Blue) = 45+172+66=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 172 (67.58% from 255 or 60.78% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAC42 is #D253BD. Grayscale: #7A7A7A. Windows color (decimal): -13783998 or 4369453. OLE color: 4369453.
HSL color Cylindrical-coordinate representation of color #2DAC42: hue angle of 129.92º 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 #2DAC42 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 66 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.33 |
| HSL | 129.92º | 0.59% | 0.43% | - |
| HSV(B) | 129.92º | 0.74% | 0.67% | - |
| XYZ | 16.82 | 30.46 | 10.15 | - |
| YUV | 121.94 | 96.42 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 66 | 0.74 | 0 | 0.62 | 0.33 | 129.92 | 0.59 | 0.43 |
| Hex | 2D | AC | 42 | 4A | 0 | 3E | 21 | 82 | 3B | 2B |
| Octal | 55 | 254 | 102 | 112 | 0 | 76 | 41 | 202 | 73 | 53 |
| Binary | 101101 | 10101100 | 1000010 | 1001010 | 0 | 111110 | 100001 | 10000010 | 111011 | 101011 |
Color Harmonies of #2DAC42
Complementary color
Monochromatic Colors of #2DAC42
Black with #2DAC42
Text Example
Text Example
White with #2DAC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC42; }
p { color: rgb(45,172,66); }
H1.HeaderClassName
{
color: #2DAC42;
}
.AnyTagClassName
{
color: #2DAC42;
}
</style>
background-color css
<style>
a { background-color: #2DAC42; }
a { background-color: rgb(45,172,66); }
div.DivClassName
{
background-color: #2DAC42;
}
.BgClassName
{
background-color: #2DAC42;
}
</style>
border-color css
<style>
span { border-color: #2DAC42; }
span { border-color: rgb(45,172,66); }
td.TdClassName
{
border-color: #2DAC42;
}
.TagClassName
{
border-color: #2DAC42;
}
</style>