Shades of Forest Green #25802A
Tints of Forest Green #25802A
RGB
CMYK
RGB Variations
Color information
#25802A (or 0x25802A) is known color: Forest Green. HEX triplet: 25, 80 and 2A. RGB value is (37,128,42). Sum of RGB (Red+Green+Blue) = 37+128+42=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 128 (50.39% from 255 or 61.84% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 128 - color contains mainly: green. Hex color #25802A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25802A is #DA7FD5. Grayscale: #5B5B5B. Windows color (decimal): -14319574 or 2785317. OLE color: 2785317.
HSL color Cylindrical-coordinate representation of color #25802A: hue angle of 123.3º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25802A is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 128 | 42 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.50 |
| HSL | 123.3º | 0.55% | 0.32% | - |
| HSV(B) | 123.3º | 0.71% | 0.5% | - |
| XYZ | 8.9 | 16 | 4.81 | - |
| YUV | 90.99 | 100.35 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 128 | 42 | 0.71 | 0 | 0.67 | 0.50 | 123.3 | 0.55 | 0.32 |
| Hex | 25 | 80 | 2A | 47 | 0 | 43 | 32 | 7B | 37 | 20 |
| Octal | 45 | 200 | 52 | 107 | 0 | 103 | 62 | 173 | 67 | 40 |
| Binary | 100101 | 10000000 | 101010 | 1000111 | 0 | 1000011 | 110010 | 1111011 | 110111 | 100000 |
Color Harmonies of #25802A
Complementary color
Monochromatic Colors of #25802A
Black with #25802A
Text Example
Text Example
White with #25802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25802A; }
p { color: rgb(37,128,42); }
H1.HeaderClassName
{
color: #25802A;
}
.AnyTagClassName
{
color: #25802A;
}
</style>
background-color css
<style>
a { background-color: #25802A; }
a { background-color: rgb(37,128,42); }
div.DivClassName
{
background-color: #25802A;
}
.BgClassName
{
background-color: #25802A;
}
</style>
border-color css
<style>
span { border-color: #25802A; }
span { border-color: rgb(37,128,42); }
td.TdClassName
{
border-color: #25802A;
}
.TagClassName
{
border-color: #25802A;
}
</style>