Shades of Forest Green #258D1D
Tints of Forest Green #258D1D
RGB
CMYK
RGB Variations
Color information
#258D1D (or 0x258D1D) is known color: Forest Green. HEX triplet: 25, 8D and 1D. RGB value is (37,141,29). Sum of RGB (Red+Green+Blue) = 37+141+29=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 141 (55.47% from 255 or 68.12% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 141 - color contains mainly: green. Hex color #258D1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258D1D is #DA72E2. Grayscale: #616161. Windows color (decimal): -14316259 or 1936677. OLE color: 1936677.
HSL color Cylindrical-coordinate representation of color #258D1D: hue angle of 115.71º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #258D1D is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 141 | 29 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.45 |
| HSL | 115.71º | 0.66% | 0.33% | - |
| HSV(B) | 115.71º | 0.79% | 0.55% | - |
| XYZ | 10.51 | 19.53 | 4.38 | - |
| YUV | 97.14 | 89.54 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 141 | 29 | 0.74 | 0 | 0.79 | 0.45 | 115.71 | 0.66 | 0.33 |
| Hex | 25 | 8D | 1D | 4A | 0 | 4F | 2D | 74 | 42 | 21 |
| Octal | 45 | 215 | 35 | 112 | 0 | 117 | 55 | 164 | 102 | 41 |
| Binary | 100101 | 10001101 | 11101 | 1001010 | 0 | 1001111 | 101101 | 1110100 | 1000010 | 100001 |
Color Harmonies of #258D1D
Complementary color
Monochromatic Colors of #258D1D
Black with #258D1D
Text Example
Text Example
White with #258D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258D1D; }
p { color: rgb(37,141,29); }
H1.HeaderClassName
{
color: #258D1D;
}
.AnyTagClassName
{
color: #258D1D;
}
</style>
background-color css
<style>
a { background-color: #258D1D; }
a { background-color: rgb(37,141,29); }
div.DivClassName
{
background-color: #258D1D;
}
.BgClassName
{
background-color: #258D1D;
}
</style>
border-color css
<style>
span { border-color: #258D1D; }
span { border-color: rgb(37,141,29); }
td.TdClassName
{
border-color: #258D1D;
}
.TagClassName
{
border-color: #258D1D;
}
</style>