Shades of Forest Green #2D9B19
Tints of Forest Green #2D9B19
RGB
CMYK
RGB Variations
Color information
#2D9B19 (or 0x2D9B19) is known color: Forest Green. HEX triplet: 2D, 9B and 19. RGB value is (45,155,25). Sum of RGB (Red+Green+Blue) = 45+155+25=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 155 (60.94% from 255 or 68.89% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 155 - color contains mainly: green. Hex color #2D9B19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9B19 is #D264E6. Grayscale: #6B6B6B. Windows color (decimal): -13788391 or 1678125. OLE color: 1678125.
HSL color Cylindrical-coordinate representation of color #2D9B19: hue angle of 110.77º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D9B19 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 155 | 25 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.39 |
| HSL | 110.77º | 0.72% | 0.35% | - |
| HSV(B) | 110.77º | 0.84% | 0.61% | - |
| XYZ | 12.98 | 24.07 | 4.88 | - |
| YUV | 107.29 | 81.56 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 155 | 25 | 0.71 | 0 | 0.84 | 0.39 | 110.77 | 0.72 | 0.35 |
| Hex | 2D | 9B | 19 | 47 | 0 | 54 | 27 | 6F | 48 | 23 |
| Octal | 55 | 233 | 31 | 107 | 0 | 124 | 47 | 157 | 110 | 43 |
| Binary | 101101 | 10011011 | 11001 | 1000111 | 0 | 1010100 | 100111 | 1101111 | 1001000 | 100011 |
Color Harmonies of #2D9B19
Complementary color
Monochromatic Colors of #2D9B19
Black with #2D9B19
Text Example
Text Example
White with #2D9B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9B19; }
p { color: rgb(45,155,25); }
H1.HeaderClassName
{
color: #2D9B19;
}
.AnyTagClassName
{
color: #2D9B19;
}
</style>
background-color css
<style>
a { background-color: #2D9B19; }
a { background-color: rgb(45,155,25); }
div.DivClassName
{
background-color: #2D9B19;
}
.BgClassName
{
background-color: #2D9B19;
}
</style>
border-color css
<style>
span { border-color: #2D9B19; }
span { border-color: rgb(45,155,25); }
td.TdClassName
{
border-color: #2D9B19;
}
.TagClassName
{
border-color: #2D9B19;
}
</style>