Shades of Forest Green #30990C
Tints of Forest Green #30990C
RGB
CMYK
RGB Variations
Color information
#30990C (or 0x30990C) is known color: Forest Green. HEX triplet: 30, 99 and 0C. RGB value is (48,153,12). Sum of RGB (Red+Green+Blue) = 48+153+12=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 153 (60.16% from 255 or 71.83% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 153 - color contains mainly: green. Hex color #30990C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30990C is #CF66F3. Grayscale: #696969. Windows color (decimal): -13592308 or 825648. OLE color: 825648.
HSL color Cylindrical-coordinate representation of color #30990C: hue angle of 104.68º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30990C is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 153 | 12 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.4 |
| HSL | 104.68º | 0.85% | 0.32% | - |
| HSV(B) | 104.68º | 0.92% | 0.6% | - |
| XYZ | 12.68 | 23.44 | 4.2 | - |
| YUV | 105.53 | 75.21 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 12 | 0.69 | 0 | 0.92 | 0.4 | 104.68 | 0.85 | 0.32 |
| Hex | 30 | 99 | C | 45 | 0 | 5C | 28 | 69 | 55 | 20 |
| Octal | 60 | 231 | 14 | 105 | 0 | 134 | 50 | 151 | 125 | 40 |
| Binary | 110000 | 10011001 | 1100 | 1000101 | 0 | 1011100 | 101000 | 1101001 | 1010101 | 100000 |
Color Harmonies of #30990C
Complementary color
Monochromatic Colors of #30990C
Black with #30990C
Text Example
Text Example
White with #30990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30990C; }
p { color: rgb(48,153,12); }
H1.HeaderClassName
{
color: #30990C;
}
.AnyTagClassName
{
color: #30990C;
}
</style>
background-color css
<style>
a { background-color: #30990C; }
a { background-color: rgb(48,153,12); }
div.DivClassName
{
background-color: #30990C;
}
.BgClassName
{
background-color: #30990C;
}
</style>
border-color css
<style>
span { border-color: #30990C; }
span { border-color: rgb(48,153,12); }
td.TdClassName
{
border-color: #30990C;
}
.TagClassName
{
border-color: #30990C;
}
</style>