Shades of Forest Green #30901F
Tints of Forest Green #30901F
RGB
CMYK
RGB Variations
Color information
#30901F (or 0x30901F) is known color: Forest Green. HEX triplet: 30, 90 and 1F. RGB value is (48,144,31). Sum of RGB (Red+Green+Blue) = 48+144+31=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 144 (56.64% from 255 or 64.57% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 144 - color contains mainly: green. Hex color #30901F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30901F is #CF6FE0. Grayscale: #666666. Windows color (decimal): -13594593 or 2068528. OLE color: 2068528.
HSL color Cylindrical-coordinate representation of color #30901F: hue angle of 110.97º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30901F is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 144 | 31 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.44 |
| HSL | 110.97º | 0.65% | 0.34% | - |
| HSV(B) | 110.97º | 0.78% | 0.56% | - |
| XYZ | 11.44 | 20.67 | 4.68 | - |
| YUV | 102.41 | 87.7 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 31 | 0.67 | 0 | 0.78 | 0.44 | 110.97 | 0.65 | 0.34 |
| Hex | 30 | 90 | 1F | 43 | 0 | 4E | 2C | 6F | 41 | 22 |
| Octal | 60 | 220 | 37 | 103 | 0 | 116 | 54 | 157 | 101 | 42 |
| Binary | 110000 | 10010000 | 11111 | 1000011 | 0 | 1001110 | 101100 | 1101111 | 1000001 | 100010 |
Color Harmonies of #30901F
Complementary color
Monochromatic Colors of #30901F
Black with #30901F
Text Example
Text Example
White with #30901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30901F; }
p { color: rgb(48,144,31); }
H1.HeaderClassName
{
color: #30901F;
}
.AnyTagClassName
{
color: #30901F;
}
</style>
background-color css
<style>
a { background-color: #30901F; }
a { background-color: rgb(48,144,31); }
div.DivClassName
{
background-color: #30901F;
}
.BgClassName
{
background-color: #30901F;
}
</style>
border-color css
<style>
span { border-color: #30901F; }
span { border-color: rgb(48,144,31); }
td.TdClassName
{
border-color: #30901F;
}
.TagClassName
{
border-color: #30901F;
}
</style>