Shades of Forest Green #068B2D
Tints of Forest Green #068B2D
RGB
CMYK
RGB Variations
Color information
#068B2D (or 0x068B2D) is known color: Forest Green. HEX triplet: 06, 8B and 2D. RGB value is (6,139,45). Sum of RGB (Red+Green+Blue) = 6+139+45=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 139 (54.69% from 255 or 73.16% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 139 - color contains mainly: green. Hex color #068B2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068B2D is #F974D2. Grayscale: #585858. Windows color (decimal): -16348371 or 2984710. OLE color: 2984710.
HSL color Cylindrical-coordinate representation of color #068B2D: hue angle of 137.59º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B2D is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 139 | 45 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.45 |
| HSL | 137.59º | 0.92% | 0.28% | - |
| HSV(B) | 137.59º | 0.96% | 0.55% | - |
| XYZ | 9.78 | 18.69 | 5.58 | - |
| YUV | 88.52 | 103.44 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 45 | 0.96 | 0 | 0.68 | 0.45 | 137.59 | 0.92 | 0.28 |
| Hex | 6 | 8B | 2D | 60 | 0 | 44 | 2D | 8A | 5C | 1C |
| Octal | 6 | 213 | 55 | 140 | 0 | 104 | 55 | 212 | 134 | 34 |
| Binary | 110 | 10001011 | 101101 | 1100000 | 0 | 1000100 | 101101 | 10001010 | 1011100 | 11100 |
Color Harmonies of #068B2D
Complementary color
Monochromatic Colors of #068B2D
Black with #068B2D
Text Example
Text Example
White with #068B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068B2D; }
p { color: rgb(6,139,45); }
H1.HeaderClassName
{
color: #068B2D;
}
.AnyTagClassName
{
color: #068B2D;
}
</style>
background-color css
<style>
a { background-color: #068B2D; }
a { background-color: rgb(6,139,45); }
div.DivClassName
{
background-color: #068B2D;
}
.BgClassName
{
background-color: #068B2D;
}
</style>
border-color css
<style>
span { border-color: #068B2D; }
span { border-color: rgb(6,139,45); }
td.TdClassName
{
border-color: #068B2D;
}
.TagClassName
{
border-color: #068B2D;
}
</style>