Shades of Forest Green #28820C
Tints of Forest Green #28820C
RGB
CMYK
RGB Variations
Color information
#28820C (or 0x28820C) is known color: Forest Green. HEX triplet: 28, 82 and 0C. RGB value is (40,130,12). Sum of RGB (Red+Green+Blue) = 40+130+12=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 130 (51.17% from 255 or 71.43% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 130 - color contains mainly: green. Hex color #28820C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28820C is #D77DF3. Grayscale: #5A5A5A. Windows color (decimal): -14122484 or 819752. OLE color: 819752.
HSL color Cylindrical-coordinate representation of color #28820C: hue angle of 105.76º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28820C is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 12 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.49 |
| HSL | 105.76º | 0.83% | 0.28% | - |
| HSV(B) | 105.76º | 0.91% | 0.51% | - |
| XYZ | 8.92 | 16.44 | 3.05 | - |
| YUV | 89.64 | 84.18 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 12 | 0.69 | 0 | 0.91 | 0.49 | 105.76 | 0.83 | 0.28 |
| Hex | 28 | 82 | C | 45 | 0 | 5B | 31 | 6A | 53 | 1C |
| Octal | 50 | 202 | 14 | 105 | 0 | 133 | 61 | 152 | 123 | 34 |
| Binary | 101000 | 10000010 | 1100 | 1000101 | 0 | 1011011 | 110001 | 1101010 | 1010011 | 11100 |
Color Harmonies of #28820C
Complementary color
Monochromatic Colors of #28820C
Black with #28820C
Text Example
Text Example
White with #28820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28820C; }
p { color: rgb(40,130,12); }
H1.HeaderClassName
{
color: #28820C;
}
.AnyTagClassName
{
color: #28820C;
}
</style>
background-color css
<style>
a { background-color: #28820C; }
a { background-color: rgb(40,130,12); }
div.DivClassName
{
background-color: #28820C;
}
.BgClassName
{
background-color: #28820C;
}
</style>
border-color css
<style>
span { border-color: #28820C; }
span { border-color: rgb(40,130,12); }
td.TdClassName
{
border-color: #28820C;
}
.TagClassName
{
border-color: #28820C;
}
</style>