Shades of Forest Green #25851A
Tints of Forest Green #25851A
RGB
CMYK
RGB Variations
Color information
#25851A (or 0x25851A) is known color: Forest Green. HEX triplet: 25, 85 and 1A. RGB value is (37,133,26). Sum of RGB (Red+Green+Blue) = 37+133+26=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 133 (52.34% from 255 or 67.86% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 133 - color contains mainly: green. Hex color #25851A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25851A is #DA7AE5. Grayscale: #5C5C5C. Windows color (decimal): -14318310 or 1738021. OLE color: 1738021.
HSL color Cylindrical-coordinate representation of color #25851A: hue angle of 113.83º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25851A is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 133 | 26 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.48 |
| HSL | 113.83º | 0.67% | 0.31% | - |
| HSV(B) | 113.83º | 0.8% | 0.52% | - |
| XYZ | 9.34 | 17.24 | 3.81 | - |
| YUV | 92.1 | 90.7 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 133 | 26 | 0.72 | 0 | 0.80 | 0.48 | 113.83 | 0.67 | 0.31 |
| Hex | 25 | 85 | 1A | 48 | 0 | 50 | 30 | 72 | 43 | 1F |
| Octal | 45 | 205 | 32 | 110 | 0 | 120 | 60 | 162 | 103 | 37 |
| Binary | 100101 | 10000101 | 11010 | 1001000 | 0 | 1010000 | 110000 | 1110010 | 1000011 | 11111 |
Color Harmonies of #25851A
Complementary color
Monochromatic Colors of #25851A
Black with #25851A
Text Example
Text Example
White with #25851A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25851A; }
p { color: rgb(37,133,26); }
H1.HeaderClassName
{
color: #25851A;
}
.AnyTagClassName
{
color: #25851A;
}
</style>
background-color css
<style>
a { background-color: #25851A; }
a { background-color: rgb(37,133,26); }
div.DivClassName
{
background-color: #25851A;
}
.BgClassName
{
background-color: #25851A;
}
</style>
border-color css
<style>
span { border-color: #25851A; }
span { border-color: rgb(37,133,26); }
td.TdClassName
{
border-color: #25851A;
}
.TagClassName
{
border-color: #25851A;
}
</style>