Shades of Chateau Green #2DAC3F
Tints of Chateau Green #2DAC3F
RGB
CMYK
RGB Variations
Color information
#2DAC3F (or 0x2DAC3F) is known color: Chateau Green. HEX triplet: 2D, AC and 3F. RGB value is (45,172,63). Sum of RGB (Red+Green+Blue) = 45+172+63=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 172 (67.58% from 255 or 61.43% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAC3F is #D253C0. Grayscale: #797979. Windows color (decimal): -13784001 or 4172845. OLE color: 4172845.
HSL color Cylindrical-coordinate representation of color #2DAC3F: hue angle of 128.5º 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 #2DAC3F is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 63 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.33 |
| HSL | 128.5º | 0.59% | 0.43% | - |
| HSV(B) | 128.5º | 0.74% | 0.67% | - |
| XYZ | 16.73 | 30.42 | 9.69 | - |
| YUV | 121.6 | 94.92 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 63 | 0.74 | 0 | 0.63 | 0.33 | 128.5 | 0.59 | 0.43 |
| Hex | 2D | AC | 3F | 4A | 0 | 3F | 21 | 81 | 3B | 2B |
| Octal | 55 | 254 | 77 | 112 | 0 | 77 | 41 | 201 | 73 | 53 |
| Binary | 101101 | 10101100 | 111111 | 1001010 | 0 | 111111 | 100001 | 10000001 | 111011 | 101011 |
Color Harmonies of #2DAC3F
Complementary color
Monochromatic Colors of #2DAC3F
Black with #2DAC3F
Text Example
Text Example
White with #2DAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC3F; }
p { color: rgb(45,172,63); }
H1.HeaderClassName
{
color: #2DAC3F;
}
.AnyTagClassName
{
color: #2DAC3F;
}
</style>
background-color css
<style>
a { background-color: #2DAC3F; }
a { background-color: rgb(45,172,63); }
div.DivClassName
{
background-color: #2DAC3F;
}
.BgClassName
{
background-color: #2DAC3F;
}
</style>
border-color css
<style>
span { border-color: #2DAC3F; }
span { border-color: rgb(45,172,63); }
td.TdClassName
{
border-color: #2DAC3F;
}
.TagClassName
{
border-color: #2DAC3F;
}
</style>