Shades of Forest Green #308228
Tints of Forest Green #308228
RGB
CMYK
RGB Variations
Color information
#308228 (or 0x308228) is known color: Forest Green. HEX triplet: 30, 82 and 28. RGB value is (48,130,40). Sum of RGB (Red+Green+Blue) = 48+130+40=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #308228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308228 is #CF7DD7. Grayscale: #5F5F5F. Windows color (decimal): -13598168 or 2654768. OLE color: 2654768.
HSL color Cylindrical-coordinate representation of color #308228: hue angle of 114.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #308228 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 40 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.49 |
| HSL | 114.67º | 0.53% | 0.33% | - |
| HSV(B) | 114.67º | 0.69% | 0.51% | - |
| XYZ | 9.58 | 16.75 | 4.73 | - |
| YUV | 95.22 | 96.83 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 40 | 0.63 | 0 | 0.69 | 0.49 | 114.67 | 0.53 | 0.33 |
| Hex | 30 | 82 | 28 | 3F | 0 | 45 | 31 | 73 | 35 | 21 |
| Octal | 60 | 202 | 50 | 77 | 0 | 105 | 61 | 163 | 65 | 41 |
| Binary | 110000 | 10000010 | 101000 | 111111 | 0 | 1000101 | 110001 | 1110011 | 110101 | 100001 |
Color Harmonies of #308228
Complementary color
Monochromatic Colors of #308228
Black with #308228
Text Example
Text Example
White with #308228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308228; }
p { color: rgb(48,130,40); }
H1.HeaderClassName
{
color: #308228;
}
.AnyTagClassName
{
color: #308228;
}
</style>
background-color css
<style>
a { background-color: #308228; }
a { background-color: rgb(48,130,40); }
div.DivClassName
{
background-color: #308228;
}
.BgClassName
{
background-color: #308228;
}
</style>
border-color css
<style>
span { border-color: #308228; }
span { border-color: rgb(48,130,40); }
td.TdClassName
{
border-color: #308228;
}
.TagClassName
{
border-color: #308228;
}
</style>