Shades of Forest Green #258F2F
Tints of Forest Green #258F2F
RGB
CMYK
RGB Variations
Color information
#258F2F (or 0x258F2F) is known color: Forest Green. HEX triplet: 25, 8F and 2F. RGB value is (37,143,47). Sum of RGB (Red+Green+Blue) = 37+143+47=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 143 (56.25% from 255 or 63.00% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 143 - color contains mainly: green. Hex color #258F2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258F2F is #DA70D0. Grayscale: #646464. Windows color (decimal): -14315729 or 3116837. OLE color: 3116837.
HSL color Cylindrical-coordinate representation of color #258F2F: hue angle of 125.66º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258F2F is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 143 | 47 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.44 |
| HSL | 125.66º | 0.59% | 0.35% | - |
| HSV(B) | 125.66º | 0.74% | 0.56% | - |
| XYZ | 11.1 | 20.24 | 6.01 | - |
| YUV | 100.36 | 97.88 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 47 | 0.74 | 0 | 0.67 | 0.44 | 125.66 | 0.59 | 0.35 |
| Hex | 25 | 8F | 2F | 4A | 0 | 43 | 2C | 7E | 3B | 23 |
| Octal | 45 | 217 | 57 | 112 | 0 | 103 | 54 | 176 | 73 | 43 |
| Binary | 100101 | 10001111 | 101111 | 1001010 | 0 | 1000011 | 101100 | 1111110 | 111011 | 100011 |
Color Harmonies of #258F2F
Complementary color
Monochromatic Colors of #258F2F
Black with #258F2F
Text Example
Text Example
White with #258F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258F2F; }
p { color: rgb(37,143,47); }
H1.HeaderClassName
{
color: #258F2F;
}
.AnyTagClassName
{
color: #258F2F;
}
</style>
background-color css
<style>
a { background-color: #258F2F; }
a { background-color: rgb(37,143,47); }
div.DivClassName
{
background-color: #258F2F;
}
.BgClassName
{
background-color: #258F2F;
}
</style>
border-color css
<style>
span { border-color: #258F2F; }
span { border-color: rgb(37,143,47); }
td.TdClassName
{
border-color: #258F2F;
}
.TagClassName
{
border-color: #258F2F;
}
</style>