Shades of Forest Green #309C14
Tints of Forest Green #309C14
RGB
CMYK
RGB Variations
Color information
#309C14 (or 0x309C14) is known color: Forest Green. HEX triplet: 30, 9C and 14. RGB value is (48,156,20). Sum of RGB (Red+Green+Blue) = 48+156+20=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 156 (61.33% from 255 or 69.64% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 156 - color contains mainly: green. Hex color #309C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309C14 is #CF63EB. Grayscale: #6C6C6C. Windows color (decimal): -13591532 or 1350704. OLE color: 1350704.
HSL color Cylindrical-coordinate representation of color #309C14: hue angle of 107.65º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #309C14 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 156 | 20 | - |
| CMYK | 0.69 | 0 | 0.87 | 0.39 |
| HSL | 107.65º | 0.77% | 0.35% | - |
| HSV(B) | 107.65º | 0.87% | 0.61% | - |
| XYZ | 13.23 | 24.46 | 4.68 | - |
| YUV | 108.2 | 78.22 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 156 | 20 | 0.69 | 0 | 0.87 | 0.39 | 107.65 | 0.77 | 0.35 |
| Hex | 30 | 9C | 14 | 45 | 0 | 57 | 27 | 6C | 4D | 23 |
| Octal | 60 | 234 | 24 | 105 | 0 | 127 | 47 | 154 | 115 | 43 |
| Binary | 110000 | 10011100 | 10100 | 1000101 | 0 | 1010111 | 100111 | 1101100 | 1001101 | 100011 |
Color Harmonies of #309C14
Complementary color
Monochromatic Colors of #309C14
Black with #309C14
Text Example
Text Example
White with #309C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309C14; }
p { color: rgb(48,156,20); }
H1.HeaderClassName
{
color: #309C14;
}
.AnyTagClassName
{
color: #309C14;
}
</style>
background-color css
<style>
a { background-color: #309C14; }
a { background-color: rgb(48,156,20); }
div.DivClassName
{
background-color: #309C14;
}
.BgClassName
{
background-color: #309C14;
}
</style>
border-color css
<style>
span { border-color: #309C14; }
span { border-color: rgb(48,156,20); }
td.TdClassName
{
border-color: #309C14;
}
.TagClassName
{
border-color: #309C14;
}
</style>