Shades of Forest Green #308828
Tints of Forest Green #308828
RGB
CMYK
RGB Variations
Color information
#308828 (or 0x308828) is known color: Forest Green. HEX triplet: 30, 88 and 28. RGB value is (48,136,40). Sum of RGB (Red+Green+Blue) = 48+136+40=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #308828 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308828 is #CF77D7. Grayscale: #636363. Windows color (decimal): -13596632 or 2656304. OLE color: 2656304.
HSL color Cylindrical-coordinate representation of color #308828: hue angle of 115º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #308828 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 136 | 40 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.47 |
| HSL | 115º | 0.55% | 0.35% | - |
| HSV(B) | 115º | 0.71% | 0.53% | - |
| XYZ | 10.41 | 18.39 | 5.01 | - |
| YUV | 98.74 | 94.85 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 40 | 0.65 | 0 | 0.71 | 0.47 | 115 | 0.55 | 0.35 |
| Hex | 30 | 88 | 28 | 41 | 0 | 47 | 2F | 73 | 37 | 23 |
| Octal | 60 | 210 | 50 | 101 | 0 | 107 | 57 | 163 | 67 | 43 |
| Binary | 110000 | 10001000 | 101000 | 1000001 | 0 | 1000111 | 101111 | 1110011 | 110111 | 100011 |
Color Harmonies of #308828
Complementary color
Monochromatic Colors of #308828
Black with #308828
Text Example
Text Example
White with #308828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308828; }
p { color: rgb(48,136,40); }
H1.HeaderClassName
{
color: #308828;
}
.AnyTagClassName
{
color: #308828;
}
</style>
background-color css
<style>
a { background-color: #308828; }
a { background-color: rgb(48,136,40); }
div.DivClassName
{
background-color: #308828;
}
.BgClassName
{
background-color: #308828;
}
</style>
border-color css
<style>
span { border-color: #308828; }
span { border-color: rgb(48,136,40); }
td.TdClassName
{
border-color: #308828;
}
.TagClassName
{
border-color: #308828;
}
</style>