Shades of Forest Green #30952D
Tints of Forest Green #30952D
RGB
CMYK
RGB Variations
Color information
#30952D (or 0x30952D) is known color: Forest Green. HEX triplet: 30, 95 and 2D. RGB value is (48,149,45). Sum of RGB (Red+Green+Blue) = 48+149+45=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 149 (58.59% from 255 or 61.57% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 149 - color contains mainly: green. Hex color #30952D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30952D is #CF6AD2. Grayscale: #6B6B6B. Windows color (decimal): -13593299 or 2987312. OLE color: 2987312.
HSL color Cylindrical-coordinate representation of color #30952D: hue angle of 118.27º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30952D is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 149 | 45 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.42 |
| HSL | 118.27º | 0.54% | 0.38% | - |
| HSV(B) | 118.27º | 0.7% | 0.58% | - |
| XYZ | 12.44 | 22.31 | 6.13 | - |
| YUV | 106.95 | 93.04 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 149 | 45 | 0.68 | 0 | 0.70 | 0.42 | 118.27 | 0.54 | 0.38 |
| Hex | 30 | 95 | 2D | 44 | 0 | 46 | 2A | 76 | 36 | 26 |
| Octal | 60 | 225 | 55 | 104 | 0 | 106 | 52 | 166 | 66 | 46 |
| Binary | 110000 | 10010101 | 101101 | 1000100 | 0 | 1000110 | 101010 | 1110110 | 110110 | 100110 |
Color Harmonies of #30952D
Complementary color
Monochromatic Colors of #30952D
Black with #30952D
Text Example
Text Example
White with #30952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30952D; }
p { color: rgb(48,149,45); }
H1.HeaderClassName
{
color: #30952D;
}
.AnyTagClassName
{
color: #30952D;
}
</style>
background-color css
<style>
a { background-color: #30952D; }
a { background-color: rgb(48,149,45); }
div.DivClassName
{
background-color: #30952D;
}
.BgClassName
{
background-color: #30952D;
}
</style>
border-color css
<style>
span { border-color: #30952D; }
span { border-color: rgb(48,149,45); }
td.TdClassName
{
border-color: #30952D;
}
.TagClassName
{
border-color: #30952D;
}
</style>