Shades of Forest Green #30941D
Tints of Forest Green #30941D
RGB
CMYK
RGB Variations
Color information
#30941D (or 0x30941D) is known color: Forest Green. HEX triplet: 30, 94 and 1D. RGB value is (48,148,29). Sum of RGB (Red+Green+Blue) = 48+148+29=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 148 (58.20% from 255 or 65.78% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 148 - color contains mainly: green. Hex color #30941D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30941D is #CF6BE2. Grayscale: #686868. Windows color (decimal): -13593571 or 1938480. OLE color: 1938480.
HSL color Cylindrical-coordinate representation of color #30941D: hue angle of 110.42º 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 #30941D is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 148 | 29 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.42 |
| HSL | 110.42º | 0.67% | 0.35% | - |
| HSV(B) | 110.42º | 0.8% | 0.58% | - |
| XYZ | 12.03 | 21.9 | 4.75 | - |
| YUV | 104.53 | 85.37 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 148 | 29 | 0.68 | 0 | 0.80 | 0.42 | 110.42 | 0.67 | 0.35 |
| Hex | 30 | 94 | 1D | 44 | 0 | 50 | 2A | 6E | 43 | 23 |
| Octal | 60 | 224 | 35 | 104 | 0 | 120 | 52 | 156 | 103 | 43 |
| Binary | 110000 | 10010100 | 11101 | 1000100 | 0 | 1010000 | 101010 | 1101110 | 1000011 | 100011 |
Color Harmonies of #30941D
Complementary color
Monochromatic Colors of #30941D
Black with #30941D
Text Example
Text Example
White with #30941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30941D; }
p { color: rgb(48,148,29); }
H1.HeaderClassName
{
color: #30941D;
}
.AnyTagClassName
{
color: #30941D;
}
</style>
background-color css
<style>
a { background-color: #30941D; }
a { background-color: rgb(48,148,29); }
div.DivClassName
{
background-color: #30941D;
}
.BgClassName
{
background-color: #30941D;
}
</style>
border-color css
<style>
span { border-color: #30941D; }
span { border-color: rgb(48,148,29); }
td.TdClassName
{
border-color: #30941D;
}
.TagClassName
{
border-color: #30941D;
}
</style>