Shades of Forest Green #2D9C1E
Tints of Forest Green #2D9C1E
RGB
CMYK
RGB Variations
Color information
#2D9C1E (or 0x2D9C1E) is known color: Forest Green. HEX triplet: 2D, 9C and 1E. RGB value is (45,156,30). Sum of RGB (Red+Green+Blue) = 45+156+30=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 156 (61.33% from 255 or 67.53% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 156 - color contains mainly: green. Hex color #2D9C1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9C1E is #D263E1. Grayscale: #6C6C6C. Windows color (decimal): -13788130 or 2006061. OLE color: 2006061.
HSL color Cylindrical-coordinate representation of color #2D9C1E: hue angle of 112.86º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D9C1E is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 156 | 30 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.39 |
| HSL | 112.86º | 0.68% | 0.36% | - |
| HSV(B) | 112.86º | 0.81% | 0.61% | - |
| XYZ | 13.21 | 24.43 | 5.25 | - |
| YUV | 108.45 | 83.73 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 156 | 30 | 0.71 | 0 | 0.81 | 0.39 | 112.86 | 0.68 | 0.36 |
| Hex | 2D | 9C | 1E | 47 | 0 | 51 | 27 | 71 | 44 | 24 |
| Octal | 55 | 234 | 36 | 107 | 0 | 121 | 47 | 161 | 104 | 44 |
| Binary | 101101 | 10011100 | 11110 | 1000111 | 0 | 1010001 | 100111 | 1110001 | 1000100 | 100100 |
Color Harmonies of #2D9C1E
Complementary color
Monochromatic Colors of #2D9C1E
Black with #2D9C1E
Text Example
Text Example
White with #2D9C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9C1E; }
p { color: rgb(45,156,30); }
H1.HeaderClassName
{
color: #2D9C1E;
}
.AnyTagClassName
{
color: #2D9C1E;
}
</style>
background-color css
<style>
a { background-color: #2D9C1E; }
a { background-color: rgb(45,156,30); }
div.DivClassName
{
background-color: #2D9C1E;
}
.BgClassName
{
background-color: #2D9C1E;
}
</style>
border-color css
<style>
span { border-color: #2D9C1E; }
span { border-color: rgb(45,156,30); }
td.TdClassName
{
border-color: #2D9C1E;
}
.TagClassName
{
border-color: #2D9C1E;
}
</style>