Shades of Forest Green #30952B
Tints of Forest Green #30952B
RGB
CMYK
RGB Variations
Color information
#30952B (or 0x30952B) is known color: Forest Green. HEX triplet: 30, 95 and 2B. RGB value is (48,149,43). Sum of RGB (Red+Green+Blue) = 48+149+43=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 149 (58.59% from 255 or 62.08% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 149 - color contains mainly: green. Hex color #30952B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30952B is #CF6AD4. Grayscale: #6B6B6B. Windows color (decimal): -13593301 or 2856240. OLE color: 2856240.
HSL color Cylindrical-coordinate representation of color #30952B: hue angle of 117.17º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30952B is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 149 | 43 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.42 |
| HSL | 117.17º | 0.55% | 0.38% | - |
| HSV(B) | 117.17º | 0.71% | 0.58% | - |
| XYZ | 12.4 | 22.3 | 5.94 | - |
| YUV | 106.72 | 92.04 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 149 | 43 | 0.68 | 0 | 0.71 | 0.42 | 117.17 | 0.55 | 0.38 |
| Hex | 30 | 95 | 2B | 44 | 0 | 47 | 2A | 75 | 37 | 26 |
| Octal | 60 | 225 | 53 | 104 | 0 | 107 | 52 | 165 | 67 | 46 |
| Binary | 110000 | 10010101 | 101011 | 1000100 | 0 | 1000111 | 101010 | 1110101 | 110111 | 100110 |
Color Harmonies of #30952B
Complementary color
Monochromatic Colors of #30952B
Black with #30952B
Text Example
Text Example
White with #30952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30952B; }
p { color: rgb(48,149,43); }
H1.HeaderClassName
{
color: #30952B;
}
.AnyTagClassName
{
color: #30952B;
}
</style>
background-color css
<style>
a { background-color: #30952B; }
a { background-color: rgb(48,149,43); }
div.DivClassName
{
background-color: #30952B;
}
.BgClassName
{
background-color: #30952B;
}
</style>
border-color css
<style>
span { border-color: #30952B; }
span { border-color: rgb(48,149,43); }
td.TdClassName
{
border-color: #30952B;
}
.TagClassName
{
border-color: #30952B;
}
</style>