Shades of Forest Green #30912C
Tints of Forest Green #30912C
RGB
CMYK
RGB Variations
Color information
#30912C (or 0x30912C) is known color: Forest Green. HEX triplet: 30, 91 and 2C. RGB value is (48,145,44). Sum of RGB (Red+Green+Blue) = 48+145+44=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 145 (57.03% from 255 or 61.18% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 145 - color contains mainly: green. Hex color #30912C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30912C is #CF6ED3. Grayscale: #686868. Windows color (decimal): -13594324 or 2920752. OLE color: 2920752.
HSL color Cylindrical-coordinate representation of color #30912C: hue angle of 117.62º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30912C is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 145 | 44 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.43 |
| HSL | 117.62º | 0.53% | 0.37% | - |
| HSV(B) | 117.62º | 0.7% | 0.57% | - |
| XYZ | 11.8 | 21.06 | 5.83 | - |
| YUV | 104.48 | 93.86 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 44 | 0.67 | 0 | 0.70 | 0.43 | 117.62 | 0.53 | 0.37 |
| Hex | 30 | 91 | 2C | 43 | 0 | 46 | 2B | 76 | 35 | 25 |
| Octal | 60 | 221 | 54 | 103 | 0 | 106 | 53 | 166 | 65 | 45 |
| Binary | 110000 | 10010001 | 101100 | 1000011 | 0 | 1000110 | 101011 | 1110110 | 110101 | 100101 |
Color Harmonies of #30912C
Complementary color
Monochromatic Colors of #30912C
Black with #30912C
Text Example
Text Example
White with #30912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30912C; }
p { color: rgb(48,145,44); }
H1.HeaderClassName
{
color: #30912C;
}
.AnyTagClassName
{
color: #30912C;
}
</style>
background-color css
<style>
a { background-color: #30912C; }
a { background-color: rgb(48,145,44); }
div.DivClassName
{
background-color: #30912C;
}
.BgClassName
{
background-color: #30912C;
}
</style>
border-color css
<style>
span { border-color: #30912C; }
span { border-color: rgb(48,145,44); }
td.TdClassName
{
border-color: #30912C;
}
.TagClassName
{
border-color: #30912C;
}
</style>