Shades of Forest Green #068D2D
Tints of Forest Green #068D2D
RGB
CMYK
RGB Variations
Color information
#068D2D (or 0x068D2D) is known color: Forest Green. HEX triplet: 06, 8D and 2D. RGB value is (6,141,45). Sum of RGB (Red+Green+Blue) = 6+141+45=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 141 (55.47% from 255 or 73.44% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 141 - color contains mainly: green. Hex color #068D2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068D2D is #F972D2. Grayscale: #595959. Windows color (decimal): -16347859 or 2985222. OLE color: 2985222.
HSL color Cylindrical-coordinate representation of color #068D2D: hue angle of 137.33º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068D2D is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 141 | 45 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.45 |
| HSL | 137.33º | 0.92% | 0.29% | - |
| HSV(B) | 137.33º | 0.96% | 0.55% | - |
| XYZ | 10.07 | 19.28 | 5.67 | - |
| YUV | 89.69 | 102.77 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 141 | 45 | 0.96 | 0 | 0.68 | 0.45 | 137.33 | 0.92 | 0.29 |
| Hex | 6 | 8D | 2D | 60 | 0 | 44 | 2D | 89 | 5C | 1D |
| Octal | 6 | 215 | 55 | 140 | 0 | 104 | 55 | 211 | 134 | 35 |
| Binary | 110 | 10001101 | 101101 | 1100000 | 0 | 1000100 | 101101 | 10001001 | 1011100 | 11101 |
Color Harmonies of #068D2D
Complementary color
Monochromatic Colors of #068D2D
Black with #068D2D
Text Example
Text Example
White with #068D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068D2D; }
p { color: rgb(6,141,45); }
H1.HeaderClassName
{
color: #068D2D;
}
.AnyTagClassName
{
color: #068D2D;
}
</style>
background-color css
<style>
a { background-color: #068D2D; }
a { background-color: rgb(6,141,45); }
div.DivClassName
{
background-color: #068D2D;
}
.BgClassName
{
background-color: #068D2D;
}
</style>
border-color css
<style>
span { border-color: #068D2D; }
span { border-color: rgb(6,141,45); }
td.TdClassName
{
border-color: #068D2D;
}
.TagClassName
{
border-color: #068D2D;
}
</style>