Shades of Forest Green #309C34
Tints of Forest Green #309C34
RGB
CMYK
RGB Variations
Color information
#309C34 (or 0x309C34) is known color: Forest Green. HEX triplet: 30, 9C and 34. RGB value is (48,156,52). Sum of RGB (Red+Green+Blue) = 48+156+52=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 156 (61.33% from 255 or 60.94% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 156 - color contains mainly: green. Hex color #309C34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309C34 is #CF63CB. Grayscale: #707070. Windows color (decimal): -13591500 or 3447856. OLE color: 3447856.
HSL color Cylindrical-coordinate representation of color #309C34: hue angle of 122.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309C34 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 156 | 52 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.39 |
| HSL | 122.22º | 0.53% | 0.4% | - |
| HSV(B) | 122.22º | 0.69% | 0.61% | - |
| XYZ | 13.73 | 24.65 | 7.28 | - |
| YUV | 111.85 | 94.22 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 156 | 52 | 0.69 | 0 | 0.67 | 0.39 | 122.22 | 0.53 | 0.4 |
| Hex | 30 | 9C | 34 | 45 | 0 | 43 | 27 | 7A | 35 | 28 |
| Octal | 60 | 234 | 64 | 105 | 0 | 103 | 47 | 172 | 65 | 50 |
| Binary | 110000 | 10011100 | 110100 | 1000101 | 0 | 1000011 | 100111 | 1111010 | 110101 | 101000 |
Color Harmonies of #309C34
Complementary color
Monochromatic Colors of #309C34
Black with #309C34
Text Example
Text Example
White with #309C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309C34; }
p { color: rgb(48,156,52); }
H1.HeaderClassName
{
color: #309C34;
}
.AnyTagClassName
{
color: #309C34;
}
</style>
background-color css
<style>
a { background-color: #309C34; }
a { background-color: rgb(48,156,52); }
div.DivClassName
{
background-color: #309C34;
}
.BgClassName
{
background-color: #309C34;
}
</style>
border-color css
<style>
span { border-color: #309C34; }
span { border-color: rgb(48,156,52); }
td.TdClassName
{
border-color: #309C34;
}
.TagClassName
{
border-color: #309C34;
}
</style>