Shades of Forest Green #258B30
Tints of Forest Green #258B30
RGB
CMYK
RGB Variations
Color information
#258B30 (or 0x258B30) is known color: Forest Green. HEX triplet: 25, 8B and 30. RGB value is (37,139,48). Sum of RGB (Red+Green+Blue) = 37+139+48=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 139 (54.69% from 255 or 62.05% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 139 - color contains mainly: green. Hex color #258B30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258B30 is #DA74CF. Grayscale: #626262. Windows color (decimal): -14316752 or 3181349. OLE color: 3181349.
HSL color Cylindrical-coordinate representation of color #258B30: hue angle of 126.47º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258B30 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 139 | 48 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.45 |
| HSL | 126.47º | 0.58% | 0.35% | - |
| HSV(B) | 126.47º | 0.73% | 0.55% | - |
| XYZ | 10.53 | 19.07 | 5.92 | - |
| YUV | 98.13 | 99.71 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 48 | 0.73 | 0 | 0.65 | 0.45 | 126.47 | 0.58 | 0.35 |
| Hex | 25 | 8B | 30 | 49 | 0 | 41 | 2D | 7E | 3A | 23 |
| Octal | 45 | 213 | 60 | 111 | 0 | 101 | 55 | 176 | 72 | 43 |
| Binary | 100101 | 10001011 | 110000 | 1001001 | 0 | 1000001 | 101101 | 1111110 | 111010 | 100011 |
Color Harmonies of #258B30
Complementary color
Monochromatic Colors of #258B30
Black with #258B30
Text Example
Text Example
White with #258B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258B30; }
p { color: rgb(37,139,48); }
H1.HeaderClassName
{
color: #258B30;
}
.AnyTagClassName
{
color: #258B30;
}
</style>
background-color css
<style>
a { background-color: #258B30; }
a { background-color: rgb(37,139,48); }
div.DivClassName
{
background-color: #258B30;
}
.BgClassName
{
background-color: #258B30;
}
</style>
border-color css
<style>
span { border-color: #258B30; }
span { border-color: rgb(37,139,48); }
td.TdClassName
{
border-color: #258B30;
}
.TagClassName
{
border-color: #258B30;
}
</style>