Shades of Forest Green #30931D
Tints of Forest Green #30931D
RGB
CMYK
RGB Variations
Color information
#30931D (or 0x30931D) is known color: Forest Green. HEX triplet: 30, 93 and 1D. RGB value is (48,147,29). Sum of RGB (Red+Green+Blue) = 48+147+29=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 147 (57.81% from 255 or 65.62% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 147 - color contains mainly: green. Hex color #30931D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30931D is #CF6CE2. Grayscale: #686868. Windows color (decimal): -13593827 or 1938224. OLE color: 1938224.
HSL color Cylindrical-coordinate representation of color #30931D: hue angle of 110.34º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30931D is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 147 | 29 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.42 |
| HSL | 110.34º | 0.67% | 0.35% | - |
| HSV(B) | 110.34º | 0.8% | 0.58% | - |
| XYZ | 11.87 | 21.58 | 4.7 | - |
| YUV | 103.95 | 85.7 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 147 | 29 | 0.67 | 0 | 0.80 | 0.42 | 110.34 | 0.67 | 0.35 |
| Hex | 30 | 93 | 1D | 43 | 0 | 50 | 2A | 6E | 43 | 23 |
| Octal | 60 | 223 | 35 | 103 | 0 | 120 | 52 | 156 | 103 | 43 |
| Binary | 110000 | 10010011 | 11101 | 1000011 | 0 | 1010000 | 101010 | 1101110 | 1000011 | 100011 |
Color Harmonies of #30931D
Complementary color
Monochromatic Colors of #30931D
Black with #30931D
Text Example
Text Example
White with #30931D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30931D; }
p { color: rgb(48,147,29); }
H1.HeaderClassName
{
color: #30931D;
}
.AnyTagClassName
{
color: #30931D;
}
</style>
background-color css
<style>
a { background-color: #30931D; }
a { background-color: rgb(48,147,29); }
div.DivClassName
{
background-color: #30931D;
}
.BgClassName
{
background-color: #30931D;
}
</style>
border-color css
<style>
span { border-color: #30931D; }
span { border-color: rgb(48,147,29); }
td.TdClassName
{
border-color: #30931D;
}
.TagClassName
{
border-color: #30931D;
}
</style>