Shades of Forest Green #2DAA17
Tints of Forest Green #2DAA17
RGB
CMYK
RGB Variations
Color information
#2DAA17 (or 0x2DAA17) is known color: Forest Green. HEX triplet: 2D, AA and 17. RGB value is (45,170,23). Sum of RGB (Red+Green+Blue) = 45+170+23=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 170 (66.80% from 255 or 71.43% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAA17 is #D255E8. Grayscale: #747474. Windows color (decimal): -13784553 or 1550893. OLE color: 1550893.
HSL color Cylindrical-coordinate representation of color #2DAA17: hue angle of 111.02º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DAA17 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 170 | 23 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.33 |
| HSL | 111.02º | 0.76% | 0.38% | - |
| HSV(B) | 111.02º | 0.86% | 0.67% | - |
| XYZ | 15.61 | 29.37 | 5.66 | - |
| YUV | 115.87 | 75.59 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 23 | 0.74 | 0 | 0.86 | 0.33 | 111.02 | 0.76 | 0.38 |
| Hex | 2D | AA | 17 | 4A | 0 | 56 | 21 | 6F | 4C | 26 |
| Octal | 55 | 252 | 27 | 112 | 0 | 126 | 41 | 157 | 114 | 46 |
| Binary | 101101 | 10101010 | 10111 | 1001010 | 0 | 1010110 | 100001 | 1101111 | 1001100 | 100110 |
Color Harmonies of #2DAA17
Complementary color
Monochromatic Colors of #2DAA17
Black with #2DAA17
Text Example
Text Example
White with #2DAA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAA17; }
p { color: rgb(45,170,23); }
H1.HeaderClassName
{
color: #2DAA17;
}
.AnyTagClassName
{
color: #2DAA17;
}
</style>
background-color css
<style>
a { background-color: #2DAA17; }
a { background-color: rgb(45,170,23); }
div.DivClassName
{
background-color: #2DAA17;
}
.BgClassName
{
background-color: #2DAA17;
}
</style>
border-color css
<style>
span { border-color: #2DAA17; }
span { border-color: rgb(45,170,23); }
td.TdClassName
{
border-color: #2DAA17;
}
.TagClassName
{
border-color: #2DAA17;
}
</style>