Shades of Forest Green #25AF1E
Tints of Forest Green #25AF1E
RGB
CMYK
RGB Variations
Color information
#25AF1E (or 0x25AF1E) is known color: Forest Green. HEX triplet: 25, AF and 1E. RGB value is (37,175,30). Sum of RGB (Red+Green+Blue) = 37+175+30=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 175 (68.75% from 255 or 72.31% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 175 - color contains mainly: green. Hex color #25AF1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25AF1E is #DA50E1. Grayscale: #757575. Windows color (decimal): -14307554 or 2010917. OLE color: 2010917.
HSL color Cylindrical-coordinate representation of color #25AF1E: hue angle of 117.1º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25AF1E is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 175 | 30 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.31 |
| HSL | 117.1º | 0.71% | 0.4% | - |
| HSV(B) | 117.1º | 0.83% | 0.69% | - |
| XYZ | 16.33 | 31.15 | 6.38 | - |
| YUV | 117.21 | 78.78 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 175 | 30 | 0.79 | 0 | 0.83 | 0.31 | 117.1 | 0.71 | 0.4 |
| Hex | 25 | AF | 1E | 4F | 0 | 53 | 1F | 75 | 47 | 28 |
| Octal | 45 | 257 | 36 | 117 | 0 | 123 | 37 | 165 | 107 | 50 |
| Binary | 100101 | 10101111 | 11110 | 1001111 | 0 | 1010011 | 11111 | 1110101 | 1000111 | 101000 |
Color Harmonies of #25AF1E
Complementary color
Monochromatic Colors of #25AF1E
Black with #25AF1E
Text Example
Text Example
White with #25AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AF1E; }
p { color: rgb(37,175,30); }
H1.HeaderClassName
{
color: #25AF1E;
}
.AnyTagClassName
{
color: #25AF1E;
}
</style>
background-color css
<style>
a { background-color: #25AF1E; }
a { background-color: rgb(37,175,30); }
div.DivClassName
{
background-color: #25AF1E;
}
.BgClassName
{
background-color: #25AF1E;
}
</style>
border-color css
<style>
span { border-color: #25AF1E; }
span { border-color: rgb(37,175,30); }
td.TdClassName
{
border-color: #25AF1E;
}
.TagClassName
{
border-color: #25AF1E;
}
</style>