Shades of Forest Green #30962C
Tints of Forest Green #30962C
RGB
CMYK
RGB Variations
Color information
#30962C (or 0x30962C) is known color: Forest Green. HEX triplet: 30, 96 and 2C. RGB value is (48,150,44). Sum of RGB (Red+Green+Blue) = 48+150+44=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 150 (58.98% from 255 or 61.98% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 150 - color contains mainly: green. Hex color #30962C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30962C is #CF69D3. Grayscale: #6B6B6B. Windows color (decimal): -13593044 or 2922032. OLE color: 2922032.
HSL color Cylindrical-coordinate representation of color #30962C: hue angle of 117.74º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30962C is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 150 | 44 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.41 |
| HSL | 117.74º | 0.55% | 0.38% | - |
| HSV(B) | 117.74º | 0.71% | 0.59% | - |
| XYZ | 12.58 | 22.62 | 6.09 | - |
| YUV | 107.42 | 92.21 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 150 | 44 | 0.68 | 0 | 0.71 | 0.41 | 117.74 | 0.55 | 0.38 |
| Hex | 30 | 96 | 2C | 44 | 0 | 47 | 29 | 76 | 37 | 26 |
| Octal | 60 | 226 | 54 | 104 | 0 | 107 | 51 | 166 | 67 | 46 |
| Binary | 110000 | 10010110 | 101100 | 1000100 | 0 | 1000111 | 101001 | 1110110 | 110111 | 100110 |
Color Harmonies of #30962C
Complementary color
Monochromatic Colors of #30962C
Black with #30962C
Text Example
Text Example
White with #30962C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30962C; }
p { color: rgb(48,150,44); }
H1.HeaderClassName
{
color: #30962C;
}
.AnyTagClassName
{
color: #30962C;
}
</style>
background-color css
<style>
a { background-color: #30962C; }
a { background-color: rgb(48,150,44); }
div.DivClassName
{
background-color: #30962C;
}
.BgClassName
{
background-color: #30962C;
}
</style>
border-color css
<style>
span { border-color: #30962C; }
span { border-color: rgb(48,150,44); }
td.TdClassName
{
border-color: #30962C;
}
.TagClassName
{
border-color: #30962C;
}
</style>