Shades of Forest Green #308E2C
Tints of Forest Green #308E2C
RGB
CMYK
RGB Variations
Color information
#308E2C (or 0x308E2C) is known color: Forest Green. HEX triplet: 30, 8E and 2C. RGB value is (48,142,44). Sum of RGB (Red+Green+Blue) = 48+142+44=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 142 (55.86% from 255 or 60.68% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 142 - color contains mainly: green. Hex color #308E2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308E2C is #CF71D3. Grayscale: #676767. Windows color (decimal): -13595092 or 2919984. OLE color: 2919984.
HSL color Cylindrical-coordinate representation of color #308E2C: hue angle of 117.55º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #308E2C is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 142 | 44 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.44 |
| HSL | 117.55º | 0.53% | 0.36% | - |
| HSV(B) | 117.55º | 0.69% | 0.56% | - |
| XYZ | 11.35 | 20.16 | 5.68 | - |
| YUV | 102.72 | 94.86 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 44 | 0.66 | 0 | 0.69 | 0.44 | 117.55 | 0.53 | 0.36 |
| Hex | 30 | 8E | 2C | 42 | 0 | 45 | 2C | 76 | 35 | 24 |
| Octal | 60 | 216 | 54 | 102 | 0 | 105 | 54 | 166 | 65 | 44 |
| Binary | 110000 | 10001110 | 101100 | 1000010 | 0 | 1000101 | 101100 | 1110110 | 110101 | 100100 |
Color Harmonies of #308E2C
Complementary color
Monochromatic Colors of #308E2C
Black with #308E2C
Text Example
Text Example
White with #308E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308E2C; }
p { color: rgb(48,142,44); }
H1.HeaderClassName
{
color: #308E2C;
}
.AnyTagClassName
{
color: #308E2C;
}
</style>
background-color css
<style>
a { background-color: #308E2C; }
a { background-color: rgb(48,142,44); }
div.DivClassName
{
background-color: #308E2C;
}
.BgClassName
{
background-color: #308E2C;
}
</style>
border-color css
<style>
span { border-color: #308E2C; }
span { border-color: rgb(48,142,44); }
td.TdClassName
{
border-color: #308E2C;
}
.TagClassName
{
border-color: #308E2C;
}
</style>