Shades of Forest Green #30973C
Tints of Forest Green #30973C
RGB
CMYK
RGB Variations
Color information
#30973C (or 0x30973C) is known color: Forest Green. HEX triplet: 30, 97 and 3C. RGB value is (48,151,60). Sum of RGB (Red+Green+Blue) = 48+151+60=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 151 (59.38% from 255 or 58.30% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 151 - color contains mainly: green. Hex color #30973C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30973C is #CF68C3. Grayscale: #6E6E6E. Windows color (decimal): -13592772 or 3970864. OLE color: 3970864.
HSL color Cylindrical-coordinate representation of color #30973C: hue angle of 126.99º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30973C is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 151 | 60 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.41 |
| HSL | 126.99º | 0.52% | 0.39% | - |
| HSV(B) | 126.99º | 0.68% | 0.59% | - |
| XYZ | 13.1 | 23.09 | 8.04 | - |
| YUV | 109.83 | 99.88 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 151 | 60 | 0.68 | 0 | 0.60 | 0.41 | 126.99 | 0.52 | 0.39 |
| Hex | 30 | 97 | 3C | 44 | 0 | 3C | 29 | 7F | 34 | 27 |
| Octal | 60 | 227 | 74 | 104 | 0 | 74 | 51 | 177 | 64 | 47 |
| Binary | 110000 | 10010111 | 111100 | 1000100 | 0 | 111100 | 101001 | 1111111 | 110100 | 100111 |
Color Harmonies of #30973C
Complementary color
Monochromatic Colors of #30973C
Black with #30973C
Text Example
Text Example
White with #30973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30973C; }
p { color: rgb(48,151,60); }
H1.HeaderClassName
{
color: #30973C;
}
.AnyTagClassName
{
color: #30973C;
}
</style>
background-color css
<style>
a { background-color: #30973C; }
a { background-color: rgb(48,151,60); }
div.DivClassName
{
background-color: #30973C;
}
.BgClassName
{
background-color: #30973C;
}
</style>
border-color css
<style>
span { border-color: #30973C; }
span { border-color: rgb(48,151,60); }
td.TdClassName
{
border-color: #30973C;
}
.TagClassName
{
border-color: #30973C;
}
</style>