Shades of Forest Green #2D9D12
Tints of Forest Green #2D9D12
RGB
CMYK
RGB Variations
Color information
#2D9D12 (or 0x2D9D12) is known color: Forest Green. HEX triplet: 2D, 9D and 12. RGB value is (45,157,18). Sum of RGB (Red+Green+Blue) = 45+157+18=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 157 (61.72% from 255 or 71.36% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 157 - color contains mainly: green. Hex color #2D9D12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9D12 is #D262ED. Grayscale: #6C6C6C. Windows color (decimal): -13787886 or 1219885. OLE color: 1219885.
HSL color Cylindrical-coordinate representation of color #2D9D12: hue angle of 108.35º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D9D12 is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 157 | 18 | - |
| CMYK | 0.71 | 0 | 0.89 | 0.38 |
| HSL | 108.35º | 0.79% | 0.34% | - |
| HSV(B) | 108.35º | 0.89% | 0.62% | - |
| XYZ | 13.25 | 24.72 | 4.64 | - |
| YUV | 107.67 | 77.39 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 157 | 18 | 0.71 | 0 | 0.89 | 0.38 | 108.35 | 0.79 | 0.34 |
| Hex | 2D | 9D | 12 | 47 | 0 | 59 | 26 | 6C | 4F | 22 |
| Octal | 55 | 235 | 22 | 107 | 0 | 131 | 46 | 154 | 117 | 42 |
| Binary | 101101 | 10011101 | 10010 | 1000111 | 0 | 1011001 | 100110 | 1101100 | 1001111 | 100010 |
Color Harmonies of #2D9D12
Complementary color
Monochromatic Colors of #2D9D12
Black with #2D9D12
Text Example
Text Example
White with #2D9D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9D12; }
p { color: rgb(45,157,18); }
H1.HeaderClassName
{
color: #2D9D12;
}
.AnyTagClassName
{
color: #2D9D12;
}
</style>
background-color css
<style>
a { background-color: #2D9D12; }
a { background-color: rgb(45,157,18); }
div.DivClassName
{
background-color: #2D9D12;
}
.BgClassName
{
background-color: #2D9D12;
}
</style>
border-color css
<style>
span { border-color: #2D9D12; }
span { border-color: rgb(45,157,18); }
td.TdClassName
{
border-color: #2D9D12;
}
.TagClassName
{
border-color: #2D9D12;
}
</style>