Shades of Forest Green #25822A
Tints of Forest Green #25822A
RGB
CMYK
RGB Variations
Color information
#25822A (or 0x25822A) is known color: Forest Green. HEX triplet: 25, 82 and 2A. RGB value is (37,130,42). Sum of RGB (Red+Green+Blue) = 37+130+42=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #25822A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25822A is #DA7DD5. Grayscale: #5C5C5C. Windows color (decimal): -14319062 or 2785829. OLE color: 2785829.
HSL color Cylindrical-coordinate representation of color #25822A: hue angle of 123.23º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25822A is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 130 | 42 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.49 |
| HSL | 123.23º | 0.56% | 0.33% | - |
| HSV(B) | 123.23º | 0.72% | 0.51% | - |
| XYZ | 9.16 | 16.53 | 4.9 | - |
| YUV | 92.16 | 99.69 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 42 | 0.72 | 0 | 0.68 | 0.49 | 123.23 | 0.56 | 0.33 |
| Hex | 25 | 82 | 2A | 48 | 0 | 44 | 31 | 7B | 38 | 21 |
| Octal | 45 | 202 | 52 | 110 | 0 | 104 | 61 | 173 | 70 | 41 |
| Binary | 100101 | 10000010 | 101010 | 1001000 | 0 | 1000100 | 110001 | 1111011 | 111000 | 100001 |
Color Harmonies of #25822A
Complementary color
Monochromatic Colors of #25822A
Black with #25822A
Text Example
Text Example
White with #25822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25822A; }
p { color: rgb(37,130,42); }
H1.HeaderClassName
{
color: #25822A;
}
.AnyTagClassName
{
color: #25822A;
}
</style>
background-color css
<style>
a { background-color: #25822A; }
a { background-color: rgb(37,130,42); }
div.DivClassName
{
background-color: #25822A;
}
.BgClassName
{
background-color: #25822A;
}
</style>
border-color css
<style>
span { border-color: #25822A; }
span { border-color: rgb(37,130,42); }
td.TdClassName
{
border-color: #25822A;
}
.TagClassName
{
border-color: #25822A;
}
</style>