Shades of Forest Green #30972D
Tints of Forest Green #30972D
RGB
CMYK
RGB Variations
Color information
#30972D (or 0x30972D) is known color: Forest Green. HEX triplet: 30, 97 and 2D. RGB value is (48,151,45). Sum of RGB (Red+Green+Blue) = 48+151+45=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 151 (59.38% from 255 or 61.89% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 151 - color contains mainly: green. Hex color #30972D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30972D is #CF68D2. Grayscale: #6C6C6C. Windows color (decimal): -13592787 or 2987824. OLE color: 2987824.
HSL color Cylindrical-coordinate representation of color #30972D: hue angle of 118.3º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30972D is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 151 | 45 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.41 |
| HSL | 118.3º | 0.54% | 0.38% | - |
| HSV(B) | 118.3º | 0.7% | 0.59% | - |
| XYZ | 12.76 | 22.95 | 6.24 | - |
| YUV | 108.12 | 92.38 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 151 | 45 | 0.68 | 0 | 0.70 | 0.41 | 118.3 | 0.54 | 0.38 |
| Hex | 30 | 97 | 2D | 44 | 0 | 46 | 29 | 76 | 36 | 26 |
| Octal | 60 | 227 | 55 | 104 | 0 | 106 | 51 | 166 | 66 | 46 |
| Binary | 110000 | 10010111 | 101101 | 1000100 | 0 | 1000110 | 101001 | 1110110 | 110110 | 100110 |
Color Harmonies of #30972D
Complementary color
Monochromatic Colors of #30972D
Black with #30972D
Text Example
Text Example
White with #30972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30972D; }
p { color: rgb(48,151,45); }
H1.HeaderClassName
{
color: #30972D;
}
.AnyTagClassName
{
color: #30972D;
}
</style>
background-color css
<style>
a { background-color: #30972D; }
a { background-color: rgb(48,151,45); }
div.DivClassName
{
background-color: #30972D;
}
.BgClassName
{
background-color: #30972D;
}
</style>
border-color css
<style>
span { border-color: #30972D; }
span { border-color: rgb(48,151,45); }
td.TdClassName
{
border-color: #30972D;
}
.TagClassName
{
border-color: #30972D;
}
</style>