Shades of Forest Green #259D12
Tints of Forest Green #259D12
RGB
CMYK
RGB Variations
Color information
#259D12 (or 0x259D12) is known color: Forest Green. HEX triplet: 25, 9D and 12. RGB value is (37,157,18). Sum of RGB (Red+Green+Blue) = 37+157+18=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 157 (61.72% from 255 or 74.06% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 157 - color contains mainly: green. Hex color #259D12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #259D12 is #DA62ED. Grayscale: #696969. Windows color (decimal): -14312174 or 1219877. OLE color: 1219877.
HSL color Cylindrical-coordinate representation of color #259D12: hue angle of 111.8º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #259D12 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 157 | 18 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.38 |
| HSL | 111.8º | 0.79% | 0.34% | - |
| HSV(B) | 111.8º | 0.89% | 0.62% | - |
| XYZ | 12.93 | 24.55 | 4.63 | - |
| YUV | 105.27 | 78.74 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 157 | 18 | 0.76 | 0 | 0.89 | 0.38 | 111.8 | 0.79 | 0.34 |
| Hex | 25 | 9D | 12 | 4C | 0 | 59 | 26 | 70 | 4F | 22 |
| Octal | 45 | 235 | 22 | 114 | 0 | 131 | 46 | 160 | 117 | 42 |
| Binary | 100101 | 10011101 | 10010 | 1001100 | 0 | 1011001 | 100110 | 1110000 | 1001111 | 100010 |
Color Harmonies of #259D12
Complementary color
Monochromatic Colors of #259D12
Black with #259D12
Text Example
Text Example
White with #259D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259D12; }
p { color: rgb(37,157,18); }
H1.HeaderClassName
{
color: #259D12;
}
.AnyTagClassName
{
color: #259D12;
}
</style>
background-color css
<style>
a { background-color: #259D12; }
a { background-color: rgb(37,157,18); }
div.DivClassName
{
background-color: #259D12;
}
.BgClassName
{
background-color: #259D12;
}
</style>
border-color css
<style>
span { border-color: #259D12; }
span { border-color: rgb(37,157,18); }
td.TdClassName
{
border-color: #259D12;
}
.TagClassName
{
border-color: #259D12;
}
</style>