Shades of Forest Green #30922F
Tints of Forest Green #30922F
RGB
CMYK
RGB Variations
Color information
#30922F (or 0x30922F) is known color: Forest Green. HEX triplet: 30, 92 and 2F. RGB value is (48,146,47). Sum of RGB (Red+Green+Blue) = 48+146+47=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #30922F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30922F is #CF6DD0. Grayscale: #696969. Windows color (decimal): -13594065 or 3117616. OLE color: 3117616.
HSL color Cylindrical-coordinate representation of color #30922F: hue angle of 119.39º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30922F is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 146 | 47 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.43 |
| HSL | 119.39º | 0.51% | 0.38% | - |
| HSV(B) | 119.39º | 0.68% | 0.57% | - |
| XYZ | 12.01 | 21.39 | 6.19 | - |
| YUV | 105.41 | 95.03 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 146 | 47 | 0.67 | 0 | 0.68 | 0.43 | 119.39 | 0.51 | 0.38 |
| Hex | 30 | 92 | 2F | 43 | 0 | 44 | 2B | 77 | 33 | 26 |
| Octal | 60 | 222 | 57 | 103 | 0 | 104 | 53 | 167 | 63 | 46 |
| Binary | 110000 | 10010010 | 101111 | 1000011 | 0 | 1000100 | 101011 | 1110111 | 110011 | 100110 |
Color Harmonies of #30922F
Complementary color
Monochromatic Colors of #30922F
Black with #30922F
Text Example
Text Example
White with #30922F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30922F; }
p { color: rgb(48,146,47); }
H1.HeaderClassName
{
color: #30922F;
}
.AnyTagClassName
{
color: #30922F;
}
</style>
background-color css
<style>
a { background-color: #30922F; }
a { background-color: rgb(48,146,47); }
div.DivClassName
{
background-color: #30922F;
}
.BgClassName
{
background-color: #30922F;
}
</style>
border-color css
<style>
span { border-color: #30922F; }
span { border-color: rgb(48,146,47); }
td.TdClassName
{
border-color: #30922F;
}
.TagClassName
{
border-color: #30922F;
}
</style>