Shades of Forest Green #309B0C
Tints of Forest Green #309B0C
RGB
CMYK
RGB Variations
Color information
#309B0C (or 0x309B0C) is known color: Forest Green. HEX triplet: 30, 9B and 0C. RGB value is (48,155,12). Sum of RGB (Red+Green+Blue) = 48+155+12=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 155 (60.94% from 255 or 72.09% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 155 - color contains mainly: green. Hex color #309B0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309B0C is #CF64F3. Grayscale: #6B6B6B. Windows color (decimal): -13591796 or 826160. OLE color: 826160.
HSL color Cylindrical-coordinate representation of color #309B0C: hue angle of 104.9º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #309B0C is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 155 | 12 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.39 |
| HSL | 104.9º | 0.86% | 0.33% | - |
| HSV(B) | 104.9º | 0.92% | 0.61% | - |
| XYZ | 13.01 | 24.1 | 4.31 | - |
| YUV | 106.71 | 74.55 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 155 | 12 | 0.69 | 0 | 0.92 | 0.39 | 104.9 | 0.86 | 0.33 |
| Hex | 30 | 9B | C | 45 | 0 | 5C | 27 | 69 | 56 | 21 |
| Octal | 60 | 233 | 14 | 105 | 0 | 134 | 47 | 151 | 126 | 41 |
| Binary | 110000 | 10011011 | 1100 | 1000101 | 0 | 1011100 | 100111 | 1101001 | 1010110 | 100001 |
Color Harmonies of #309B0C
Complementary color
Monochromatic Colors of #309B0C
Black with #309B0C
Text Example
Text Example
White with #309B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309B0C; }
p { color: rgb(48,155,12); }
H1.HeaderClassName
{
color: #309B0C;
}
.AnyTagClassName
{
color: #309B0C;
}
</style>
background-color css
<style>
a { background-color: #309B0C; }
a { background-color: rgb(48,155,12); }
div.DivClassName
{
background-color: #309B0C;
}
.BgClassName
{
background-color: #309B0C;
}
</style>
border-color css
<style>
span { border-color: #309B0C; }
span { border-color: rgb(48,155,12); }
td.TdClassName
{
border-color: #309B0C;
}
.TagClassName
{
border-color: #309B0C;
}
</style>