Shades of Forest Green #258A02
Tints of Forest Green #258A02
RGB
CMYK
RGB Variations
Color information
#258A02 (or 0x258A02) is known color: Forest Green. HEX triplet: 25, 8A and 02. RGB value is (37,138,2). Sum of RGB (Red+Green+Blue) = 37+138+2=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 138 (54.30% from 255 or 77.97% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 138 - color contains mainly: green. Hex color #258A02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #258A02 is #DA75FD. Grayscale: #5C5C5C. Windows color (decimal): -14317054 or 166437. OLE color: 166437.
HSL color Cylindrical-coordinate representation of color #258A02: hue angle of 104.56º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #258A02 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 138 | 2 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.46 |
| HSL | 104.56º | 0.97% | 0.27% | - |
| HSV(B) | 104.56º | 0.99% | 0.54% | - |
| XYZ | 9.86 | 18.57 | 3.12 | - |
| YUV | 92.3 | 77.04 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 2 | 0.73 | 0 | 0.99 | 0.46 | 104.56 | 0.97 | 0.27 |
| Hex | 25 | 8A | 2 | 49 | 0 | 63 | 2E | 69 | 61 | 1B |
| Octal | 45 | 212 | 2 | 111 | 0 | 143 | 56 | 151 | 141 | 33 |
| Binary | 100101 | 10001010 | 10 | 1001001 | 0 | 1100011 | 101110 | 1101001 | 1100001 | 11011 |
Color Harmonies of #258A02
Complementary color
Monochromatic Colors of #258A02
Black with #258A02
Text Example
Text Example
White with #258A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258A02; }
p { color: rgb(37,138,2); }
H1.HeaderClassName
{
color: #258A02;
}
.AnyTagClassName
{
color: #258A02;
}
</style>
background-color css
<style>
a { background-color: #258A02; }
a { background-color: rgb(37,138,2); }
div.DivClassName
{
background-color: #258A02;
}
.BgClassName
{
background-color: #258A02;
}
</style>
border-color css
<style>
span { border-color: #258A02; }
span { border-color: rgb(37,138,2); }
td.TdClassName
{
border-color: #258A02;
}
.TagClassName
{
border-color: #258A02;
}
</style>