Shades of Forest Green #257D02
Tints of Forest Green #257D02
RGB
CMYK
RGB Variations
Color information
#257D02 (or 0x257D02) is known color: Forest Green. HEX triplet: 25, 7D and 02. RGB value is (37,125,2). Sum of RGB (Red+Green+Blue) = 37+125+2=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 125 (49.22% from 255 or 76.22% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 125 - color contains mainly: green. Hex color #257D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257D02 is #DA82FD. Grayscale: #555555. Windows color (decimal): -14320382 or 163109. OLE color: 163109.
HSL color Cylindrical-coordinate representation of color #257D02: hue angle of 102.93º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #257D02 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 125 | 2 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.51 |
| HSL | 102.93º | 0.97% | 0.25% | - |
| HSV(B) | 102.93º | 0.98% | 0.49% | - |
| XYZ | 8.11 | 15.06 | 2.54 | - |
| YUV | 84.67 | 81.35 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 2 | 0.70 | 0 | 0.98 | 0.51 | 102.93 | 0.97 | 0.25 |
| Hex | 25 | 7D | 2 | 46 | 0 | 62 | 33 | 67 | 61 | 19 |
| Octal | 45 | 175 | 2 | 106 | 0 | 142 | 63 | 147 | 141 | 31 |
| Binary | 100101 | 1111101 | 10 | 1000110 | 0 | 1100010 | 110011 | 1100111 | 1100001 | 11001 |
Color Harmonies of #257D02
Complementary color
Monochromatic Colors of #257D02
Black with #257D02
Text Example
Text Example
White with #257D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257D02; }
p { color: rgb(37,125,2); }
H1.HeaderClassName
{
color: #257D02;
}
.AnyTagClassName
{
color: #257D02;
}
</style>
background-color css
<style>
a { background-color: #257D02; }
a { background-color: rgb(37,125,2); }
div.DivClassName
{
background-color: #257D02;
}
.BgClassName
{
background-color: #257D02;
}
</style>
border-color css
<style>
span { border-color: #257D02; }
span { border-color: rgb(37,125,2); }
td.TdClassName
{
border-color: #257D02;
}
.TagClassName
{
border-color: #257D02;
}
</style>