Shades of Forest Green #2D991A
Tints of Forest Green #2D991A
RGB
CMYK
RGB Variations
Color information
#2D991A (or 0x2D991A) is known color: Forest Green. HEX triplet: 2D, 99 and 1A. RGB value is (45,153,26). Sum of RGB (Red+Green+Blue) = 45+153+26=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 153 (60.16% from 255 or 68.30% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 153 - color contains mainly: green. Hex color #2D991A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D991A is #D266E5. Grayscale: #6A6A6A. Windows color (decimal): -13788902 or 1743149. OLE color: 1743149.
HSL color Cylindrical-coordinate representation of color #2D991A: hue angle of 111.02º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D991A is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 45 | 153 | 26 | - |
| CMYK | 0.71 | 0 | 0.83 | 0.4 |
| HSL | 111.02º | 0.71% | 0.35% | - |
| HSV(B) | 111.02º | 0.83% | 0.6% | - |
| XYZ | 12.66 | 23.41 | 4.83 | - |
| YUV | 106.23 | 82.72 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 153 | 26 | 0.71 | 0 | 0.83 | 0.4 | 111.02 | 0.71 | 0.35 |
| Hex | 2D | 99 | 1A | 47 | 0 | 53 | 28 | 6F | 47 | 23 |
| Octal | 55 | 231 | 32 | 107 | 0 | 123 | 50 | 157 | 107 | 43 |
| Binary | 101101 | 10011001 | 11010 | 1000111 | 0 | 1010011 | 101000 | 1101111 | 1000111 | 100011 |
Color Harmonies of #2D991A
Complementary color
Monochromatic Colors of #2D991A
Black with #2D991A
Text Example
Text Example
White with #2D991A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D991A; }
p { color: rgb(45,153,26); }
H1.HeaderClassName
{
color: #2D991A;
}
.AnyTagClassName
{
color: #2D991A;
}
</style>
background-color css
<style>
a { background-color: #2D991A; }
a { background-color: rgb(45,153,26); }
div.DivClassName
{
background-color: #2D991A;
}
.BgClassName
{
background-color: #2D991A;
}
</style>
border-color css
<style>
span { border-color: #2D991A; }
span { border-color: rgb(45,153,26); }
td.TdClassName
{
border-color: #2D991A;
}
.TagClassName
{
border-color: #2D991A;
}
</style>