Shades of Forest Green #30943C
Tints of Forest Green #30943C
RGB
CMYK
RGB Variations
Color information
#30943C (or 0x30943C) is known color: Forest Green. HEX triplet: 30, 94 and 3C. RGB value is (48,148,60). Sum of RGB (Red+Green+Blue) = 48+148+60=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #30943C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30943C is #CF6BC3. Grayscale: #6C6C6C. Windows color (decimal): -13593540 or 3970096. OLE color: 3970096.
HSL color Cylindrical-coordinate representation of color #30943C: hue angle of 127.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30943C is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 148 | 60 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.42 |
| HSL | 127.2º | 0.51% | 0.38% | - |
| HSV(B) | 127.2º | 0.68% | 0.58% | - |
| XYZ | 12.62 | 22.13 | 7.88 | - |
| YUV | 108.07 | 100.87 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 148 | 60 | 0.68 | 0 | 0.59 | 0.42 | 127.2 | 0.51 | 0.38 |
| Hex | 30 | 94 | 3C | 44 | 0 | 3B | 2A | 7F | 33 | 26 |
| Octal | 60 | 224 | 74 | 104 | 0 | 73 | 52 | 177 | 63 | 46 |
| Binary | 110000 | 10010100 | 111100 | 1000100 | 0 | 111011 | 101010 | 1111111 | 110011 | 100110 |
Color Harmonies of #30943C
Complementary color
Monochromatic Colors of #30943C
Black with #30943C
Text Example
Text Example
White with #30943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30943C; }
p { color: rgb(48,148,60); }
H1.HeaderClassName
{
color: #30943C;
}
.AnyTagClassName
{
color: #30943C;
}
</style>
background-color css
<style>
a { background-color: #30943C; }
a { background-color: rgb(48,148,60); }
div.DivClassName
{
background-color: #30943C;
}
.BgClassName
{
background-color: #30943C;
}
</style>
border-color css
<style>
span { border-color: #30943C; }
span { border-color: rgb(48,148,60); }
td.TdClassName
{
border-color: #30943C;
}
.TagClassName
{
border-color: #30943C;
}
</style>