Shades of Forest Green #2D9F25
Tints of Forest Green #2D9F25
RGB
CMYK
RGB Variations
Color information
#2D9F25 (or 0x2D9F25) is known color: Forest Green. HEX triplet: 2D, 9F and 25. RGB value is (45,159,37). Sum of RGB (Red+Green+Blue) = 45+159+37=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 159 (62.5% from 255 or 65.98% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 159 - color contains mainly: green. Hex color #2D9F25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9F25 is #D260DA. Grayscale: #6F6F6F. Windows color (decimal): -13787355 or 2465581. OLE color: 2465581.
HSL color Cylindrical-coordinate representation of color #2D9F25: hue angle of 116.07º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D9F25 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
RGB | 45 | 159 | 37 | - |
CMYK | 0.72 | 0 | 0.77 | 0.38 |
HSL | 116.07º | 0.62% | 0.38% | - |
HSV(B) | 116.07º | 0.77% | 0.62% | - |
XYZ | 13.81 | 25.49 | 5.94 | - |
YUV | 111.01 | 86.23 | 80.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 159 | 37 | 0.72 | 0 | 0.77 | 0.38 | 116.07 | 0.62 | 0.38 |
Hex | 2D | 9F | 25 | 48 | 0 | 4D | 26 | 74 | 3E | 26 |
Octal | 55 | 237 | 45 | 110 | 0 | 115 | 46 | 164 | 76 | 46 |
Binary | 101101 | 10011111 | 100101 | 1001000 | 0 | 1001101 | 100110 | 1110100 | 111110 | 100110 |
Color Harmonies of #2D9F25
Complementary color
Monochromatic Colors of #2D9F25
Black with #2D9F25
Text Example
Text Example
White with #2D9F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9F25; }
p { color: rgb(45,159,37); }
H1.HeaderClassName
{
color: #2D9F25;
}
.AnyTagClassName
{
color: #2D9F25;
}
</style>
background-color css
<style>
a { background-color: #2D9F25; }
a { background-color: rgb(45,159,37); }
div.DivClassName
{
background-color: #2D9F25;
}
.BgClassName
{
background-color: #2D9F25;
}
</style>
border-color css
<style>
span { border-color: #2D9F25; }
span { border-color: rgb(45,159,37); }
td.TdClassName
{
border-color: #2D9F25;
}
.TagClassName
{
border-color: #2D9F25;
}
</style>