Shades of Forest Green #068228
Tints of Forest Green #068228
RGB
CMYK
RGB Variations
Color information
#068228 (or 0x068228) is known color: Forest Green. HEX triplet: 06, 82 and 28. RGB value is (6,130,40). Sum of RGB (Red+Green+Blue) = 6+130+40=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 130 (51.17% from 255 or 73.86% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 130 - color contains mainly: green. Hex color #068228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068228 is #F97DD7. Grayscale: #525252. Windows color (decimal): -16350680 or 2654726. OLE color: 2654726.
HSL color Cylindrical-coordinate representation of color #068228: hue angle of 136.45º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068228 is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 130 | 40 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.49 |
| HSL | 136.45º | 0.91% | 0.27% | - |
| HSV(B) | 136.45º | 0.95% | 0.51% | - |
| XYZ | 8.44 | 16.16 | 4.68 | - |
| YUV | 82.66 | 103.92 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 40 | 0.95 | 0 | 0.69 | 0.49 | 136.45 | 0.91 | 0.27 |
| Hex | 6 | 82 | 28 | 5F | 0 | 45 | 31 | 88 | 5B | 1B |
| Octal | 6 | 202 | 50 | 137 | 0 | 105 | 61 | 210 | 133 | 33 |
| Binary | 110 | 10000010 | 101000 | 1011111 | 0 | 1000101 | 110001 | 10001000 | 1011011 | 11011 |
Color Harmonies of #068228
Complementary color
Monochromatic Colors of #068228
Black with #068228
Text Example
Text Example
White with #068228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068228; }
p { color: rgb(6,130,40); }
H1.HeaderClassName
{
color: #068228;
}
.AnyTagClassName
{
color: #068228;
}
</style>
background-color css
<style>
a { background-color: #068228; }
a { background-color: rgb(6,130,40); }
div.DivClassName
{
background-color: #068228;
}
.BgClassName
{
background-color: #068228;
}
</style>
border-color css
<style>
span { border-color: #068228; }
span { border-color: rgb(6,130,40); }
td.TdClassName
{
border-color: #068228;
}
.TagClassName
{
border-color: #068228;
}
</style>