Shades of Forest Green #068D2B
Tints of Forest Green #068D2B
RGB
CMYK
RGB Variations
Color information
#068D2B (or 0x068D2B) is known color: Forest Green. HEX triplet: 06, 8D and 2B. RGB value is (6,141,43). Sum of RGB (Red+Green+Blue) = 6+141+43=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 141 (55.47% from 255 or 74.21% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 141 - color contains mainly: green. Hex color #068D2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068D2B is #F972D4. Grayscale: #595959. Windows color (decimal): -16347861 or 2854150. OLE color: 2854150.
HSL color Cylindrical-coordinate representation of color #068D2B: hue angle of 136.44º 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 #068D2B is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 141 | 43 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.45 |
| HSL | 136.44º | 0.92% | 0.29% | - |
| HSV(B) | 136.44º | 0.96% | 0.55% | - |
| XYZ | 10.04 | 19.26 | 5.47 | - |
| YUV | 89.46 | 101.77 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 141 | 43 | 0.96 | 0 | 0.70 | 0.45 | 136.44 | 0.92 | 0.29 |
| Hex | 6 | 8D | 2B | 60 | 0 | 46 | 2D | 88 | 5C | 1D |
| Octal | 6 | 215 | 53 | 140 | 0 | 106 | 55 | 210 | 134 | 35 |
| Binary | 110 | 10001101 | 101011 | 1100000 | 0 | 1000110 | 101101 | 10001000 | 1011100 | 11101 |
Color Harmonies of #068D2B
Complementary color
Monochromatic Colors of #068D2B
Black with #068D2B
Text Example
Text Example
White with #068D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068D2B; }
p { color: rgb(6,141,43); }
H1.HeaderClassName
{
color: #068D2B;
}
.AnyTagClassName
{
color: #068D2B;
}
</style>
background-color css
<style>
a { background-color: #068D2B; }
a { background-color: rgb(6,141,43); }
div.DivClassName
{
background-color: #068D2B;
}
.BgClassName
{
background-color: #068D2B;
}
</style>
border-color css
<style>
span { border-color: #068D2B; }
span { border-color: rgb(6,141,43); }
td.TdClassName
{
border-color: #068D2B;
}
.TagClassName
{
border-color: #068D2B;
}
</style>