Shades of Forest Green #25861C
Tints of Forest Green #25861C
RGB
CMYK
RGB Variations
Color information
#25861C (or 0x25861C) is known color: Forest Green. HEX triplet: 25, 86 and 1C. RGB value is (37,134,28). Sum of RGB (Red+Green+Blue) = 37+134+28=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 134 (52.73% from 255 or 67.34% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 134 - color contains mainly: green. Hex color #25861C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25861C is #DA79E3. Grayscale: #5D5D5D. Windows color (decimal): -14318052 or 1869349. OLE color: 1869349.
HSL color Cylindrical-coordinate representation of color #25861C: hue angle of 114.91º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25861C is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 134 | 28 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.47 |
| HSL | 114.91º | 0.65% | 0.32% | - |
| HSV(B) | 114.91º | 0.79% | 0.53% | - |
| XYZ | 9.5 | 17.53 | 3.98 | - |
| YUV | 92.91 | 91.36 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 134 | 28 | 0.72 | 0 | 0.79 | 0.47 | 114.91 | 0.65 | 0.32 |
| Hex | 25 | 86 | 1C | 48 | 0 | 4F | 2F | 73 | 41 | 20 |
| Octal | 45 | 206 | 34 | 110 | 0 | 117 | 57 | 163 | 101 | 40 |
| Binary | 100101 | 10000110 | 11100 | 1001000 | 0 | 1001111 | 101111 | 1110011 | 1000001 | 100000 |
Color Harmonies of #25861C
Complementary color
Monochromatic Colors of #25861C
Black with #25861C
Text Example
Text Example
White with #25861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25861C; }
p { color: rgb(37,134,28); }
H1.HeaderClassName
{
color: #25861C;
}
.AnyTagClassName
{
color: #25861C;
}
</style>
background-color css
<style>
a { background-color: #25861C; }
a { background-color: rgb(37,134,28); }
div.DivClassName
{
background-color: #25861C;
}
.BgClassName
{
background-color: #25861C;
}
</style>
border-color css
<style>
span { border-color: #25861C; }
span { border-color: rgb(37,134,28); }
td.TdClassName
{
border-color: #25861C;
}
.TagClassName
{
border-color: #25861C;
}
</style>