Shades of Forest Green #30922D
Tints of Forest Green #30922D
RGB
CMYK
RGB Variations
Color information
#30922D (or 0x30922D) is known color: Forest Green. HEX triplet: 30, 92 and 2D. RGB value is (48,146,45). Sum of RGB (Red+Green+Blue) = 48+146+45=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 146 (57.42% from 255 or 61.09% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 146 - color contains mainly: green. Hex color #30922D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30922D is #CF6DD2. Grayscale: #696969. Windows color (decimal): -13594067 or 2986544. OLE color: 2986544.
HSL color Cylindrical-coordinate representation of color #30922D: hue angle of 118.22º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30922D is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 146 | 45 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.43 |
| HSL | 118.22º | 0.53% | 0.37% | - |
| HSV(B) | 118.22º | 0.69% | 0.57% | - |
| XYZ | 11.97 | 21.38 | 5.98 | - |
| YUV | 105.18 | 94.03 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 146 | 45 | 0.67 | 0 | 0.69 | 0.43 | 118.22 | 0.53 | 0.37 |
| Hex | 30 | 92 | 2D | 43 | 0 | 45 | 2B | 76 | 35 | 25 |
| Octal | 60 | 222 | 55 | 103 | 0 | 105 | 53 | 166 | 65 | 45 |
| Binary | 110000 | 10010010 | 101101 | 1000011 | 0 | 1000101 | 101011 | 1110110 | 110101 | 100101 |
Color Harmonies of #30922D
Complementary color
Monochromatic Colors of #30922D
Black with #30922D
Text Example
Text Example
White with #30922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30922D; }
p { color: rgb(48,146,45); }
H1.HeaderClassName
{
color: #30922D;
}
.AnyTagClassName
{
color: #30922D;
}
</style>
background-color css
<style>
a { background-color: #30922D; }
a { background-color: rgb(48,146,45); }
div.DivClassName
{
background-color: #30922D;
}
.BgClassName
{
background-color: #30922D;
}
</style>
border-color css
<style>
span { border-color: #30922D; }
span { border-color: rgb(48,146,45); }
td.TdClassName
{
border-color: #30922D;
}
.TagClassName
{
border-color: #30922D;
}
</style>