Shades of Forest Green #2D9B15
Tints of Forest Green #2D9B15
RGB
CMYK
RGB Variations
Color information
#2D9B15 (or 0x2D9B15) is known color: Forest Green. HEX triplet: 2D, 9B and 15. RGB value is (45,155,21). Sum of RGB (Red+Green+Blue) = 45+155+21=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 155 (60.94% from 255 or 70.14% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 155 - color contains mainly: green. Hex color #2D9B15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9B15 is #D264EA. Grayscale: #6B6B6B. Windows color (decimal): -13788395 or 1415981. OLE color: 1415981.
HSL color Cylindrical-coordinate representation of color #2D9B15: hue angle of 109.25º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D9B15 is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 155 | 21 | - |
| CMYK | 0.71 | 0 | 0.86 | 0.39 |
| HSL | 109.25º | 0.76% | 0.35% | - |
| HSV(B) | 109.25º | 0.86% | 0.61% | - |
| XYZ | 12.94 | 24.05 | 4.67 | - |
| YUV | 106.83 | 79.56 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 155 | 21 | 0.71 | 0 | 0.86 | 0.39 | 109.25 | 0.76 | 0.35 |
| Hex | 2D | 9B | 15 | 47 | 0 | 56 | 27 | 6D | 4C | 23 |
| Octal | 55 | 233 | 25 | 107 | 0 | 126 | 47 | 155 | 114 | 43 |
| Binary | 101101 | 10011011 | 10101 | 1000111 | 0 | 1010110 | 100111 | 1101101 | 1001100 | 100011 |
Color Harmonies of #2D9B15
Complementary color
Monochromatic Colors of #2D9B15
Black with #2D9B15
Text Example
Text Example
White with #2D9B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9B15; }
p { color: rgb(45,155,21); }
H1.HeaderClassName
{
color: #2D9B15;
}
.AnyTagClassName
{
color: #2D9B15;
}
</style>
background-color css
<style>
a { background-color: #2D9B15; }
a { background-color: rgb(45,155,21); }
div.DivClassName
{
background-color: #2D9B15;
}
.BgClassName
{
background-color: #2D9B15;
}
</style>
border-color css
<style>
span { border-color: #2D9B15; }
span { border-color: rgb(45,155,21); }
td.TdClassName
{
border-color: #2D9B15;
}
.TagClassName
{
border-color: #2D9B15;
}
</style>