Shades of Forest Green #25821D
Tints of Forest Green #25821D
RGB
CMYK
RGB Variations
Color information
#25821D (or 0x25821D) is known color: Forest Green. HEX triplet: 25, 82 and 1D. RGB value is (37,130,29). Sum of RGB (Red+Green+Blue) = 37+130+29=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 130 (51.17% from 255 or 66.33% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 130 - color contains mainly: green. Hex color #25821D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25821D is #DA7DE2. Grayscale: #5A5A5A. Windows color (decimal): -14319075 or 1933861. OLE color: 1933861.
HSL color Cylindrical-coordinate representation of color #25821D: hue angle of 115.25º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25821D is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 130 | 29 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.49 |
| HSL | 115.25º | 0.64% | 0.31% | - |
| HSV(B) | 115.25º | 0.78% | 0.51% | - |
| XYZ | 8.97 | 16.45 | 3.86 | - |
| YUV | 90.68 | 93.19 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 29 | 0.72 | 0 | 0.78 | 0.49 | 115.25 | 0.64 | 0.31 |
| Hex | 25 | 82 | 1D | 48 | 0 | 4E | 31 | 73 | 40 | 1F |
| Octal | 45 | 202 | 35 | 110 | 0 | 116 | 61 | 163 | 100 | 37 |
| Binary | 100101 | 10000010 | 11101 | 1001000 | 0 | 1001110 | 110001 | 1110011 | 1000000 | 11111 |
Color Harmonies of #25821D
Complementary color
Monochromatic Colors of #25821D
Black with #25821D
Text Example
Text Example
White with #25821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25821D; }
p { color: rgb(37,130,29); }
H1.HeaderClassName
{
color: #25821D;
}
.AnyTagClassName
{
color: #25821D;
}
</style>
background-color css
<style>
a { background-color: #25821D; }
a { background-color: rgb(37,130,29); }
div.DivClassName
{
background-color: #25821D;
}
.BgClassName
{
background-color: #25821D;
}
</style>
border-color css
<style>
span { border-color: #25821D; }
span { border-color: rgb(37,130,29); }
td.TdClassName
{
border-color: #25821D;
}
.TagClassName
{
border-color: #25821D;
}
</style>