Shades of Forest Green #308F32
Tints of Forest Green #308F32
RGB
CMYK
RGB Variations
Color information
#308F32 (or 0x308F32) is known color: Forest Green. HEX triplet: 30, 8F and 32. RGB value is (48,143,50). Sum of RGB (Red+Green+Blue) = 48+143+50=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 143 (56.25% from 255 or 59.34% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 143 - color contains mainly: green. Hex color #308F32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308F32 is #CF70CD. Grayscale: #686868. Windows color (decimal): -13594830 or 3313456. OLE color: 3313456.
HSL color Cylindrical-coordinate representation of color #308F32: hue angle of 121.26º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308F32 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 143 | 50 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.44 |
| HSL | 121.26º | 0.5% | 0.37% | - |
| HSV(B) | 121.26º | 0.66% | 0.56% | - |
| XYZ | 11.62 | 20.5 | 6.36 | - |
| YUV | 103.99 | 97.53 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 50 | 0.66 | 0 | 0.65 | 0.44 | 121.26 | 0.5 | 0.37 |
| Hex | 30 | 8F | 32 | 42 | 0 | 41 | 2C | 79 | 32 | 25 |
| Octal | 60 | 217 | 62 | 102 | 0 | 101 | 54 | 171 | 62 | 45 |
| Binary | 110000 | 10001111 | 110010 | 1000010 | 0 | 1000001 | 101100 | 1111001 | 110010 | 100101 |
Color Harmonies of #308F32
Complementary color
Monochromatic Colors of #308F32
Black with #308F32
Text Example
Text Example
White with #308F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308F32; }
p { color: rgb(48,143,50); }
H1.HeaderClassName
{
color: #308F32;
}
.AnyTagClassName
{
color: #308F32;
}
</style>
background-color css
<style>
a { background-color: #308F32; }
a { background-color: rgb(48,143,50); }
div.DivClassName
{
background-color: #308F32;
}
.BgClassName
{
background-color: #308F32;
}
</style>
border-color css
<style>
span { border-color: #308F32; }
span { border-color: rgb(48,143,50); }
td.TdClassName
{
border-color: #308F32;
}
.TagClassName
{
border-color: #308F32;
}
</style>