Shades of Forest Green #258A2A
Tints of Forest Green #258A2A
RGB
CMYK
RGB Variations
Color information
#258A2A (or 0x258A2A) is known color: Forest Green. HEX triplet: 25, 8A and 2A. RGB value is (37,138,42). Sum of RGB (Red+Green+Blue) = 37+138+42=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 138 (54.30% from 255 or 63.59% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 138 - color contains mainly: green. Hex color #258A2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258A2A is #DA75D5. Grayscale: #616161. Windows color (decimal): -14317014 or 2787877. OLE color: 2787877.
HSL color Cylindrical-coordinate representation of color #258A2A: hue angle of 122.97º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258A2A is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 138 | 42 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.46 |
| HSL | 122.97º | 0.58% | 0.34% | - |
| HSV(B) | 122.97º | 0.73% | 0.54% | - |
| XYZ | 10.27 | 18.74 | 5.27 | - |
| YUV | 96.86 | 97.04 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 42 | 0.73 | 0 | 0.70 | 0.46 | 122.97 | 0.58 | 0.34 |
| Hex | 25 | 8A | 2A | 49 | 0 | 46 | 2E | 7B | 3A | 22 |
| Octal | 45 | 212 | 52 | 111 | 0 | 106 | 56 | 173 | 72 | 42 |
| Binary | 100101 | 10001010 | 101010 | 1001001 | 0 | 1000110 | 101110 | 1111011 | 111010 | 100010 |
Color Harmonies of #258A2A
Complementary color
Monochromatic Colors of #258A2A
Black with #258A2A
Text Example
Text Example
White with #258A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258A2A; }
p { color: rgb(37,138,42); }
H1.HeaderClassName
{
color: #258A2A;
}
.AnyTagClassName
{
color: #258A2A;
}
</style>
background-color css
<style>
a { background-color: #258A2A; }
a { background-color: rgb(37,138,42); }
div.DivClassName
{
background-color: #258A2A;
}
.BgClassName
{
background-color: #258A2A;
}
</style>
border-color css
<style>
span { border-color: #258A2A; }
span { border-color: rgb(37,138,42); }
td.TdClassName
{
border-color: #258A2A;
}
.TagClassName
{
border-color: #258A2A;
}
</style>