Shades of Forest Green #068A2D
Tints of Forest Green #068A2D
RGB
CMYK
RGB Variations
Color information
#068A2D (or 0x068A2D) is known color: Forest Green. HEX triplet: 06, 8A and 2D. RGB value is (6,138,45). Sum of RGB (Red+Green+Blue) = 6+138+45=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 138 (54.30% from 255 or 73.02% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 138 - color contains mainly: green. Hex color #068A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068A2D is #F975D2. Grayscale: #585858. Windows color (decimal): -16348627 or 2984454. OLE color: 2984454.
HSL color Cylindrical-coordinate representation of color #068A2D: hue angle of 137.73º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068A2D is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 138 | 45 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.46 |
| HSL | 137.73º | 0.92% | 0.28% | - |
| HSV(B) | 137.73º | 0.96% | 0.54% | - |
| XYZ | 9.64 | 18.41 | 5.53 | - |
| YUV | 87.93 | 103.77 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 45 | 0.96 | 0 | 0.67 | 0.46 | 137.73 | 0.92 | 0.28 |
| Hex | 6 | 8A | 2D | 60 | 0 | 43 | 2E | 8A | 5C | 1C |
| Octal | 6 | 212 | 55 | 140 | 0 | 103 | 56 | 212 | 134 | 34 |
| Binary | 110 | 10001010 | 101101 | 1100000 | 0 | 1000011 | 101110 | 10001010 | 1011100 | 11100 |
Color Harmonies of #068A2D
Complementary color
Monochromatic Colors of #068A2D
Black with #068A2D
Text Example
Text Example
White with #068A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068A2D; }
p { color: rgb(6,138,45); }
H1.HeaderClassName
{
color: #068A2D;
}
.AnyTagClassName
{
color: #068A2D;
}
</style>
background-color css
<style>
a { background-color: #068A2D; }
a { background-color: rgb(6,138,45); }
div.DivClassName
{
background-color: #068A2D;
}
.BgClassName
{
background-color: #068A2D;
}
</style>
border-color css
<style>
span { border-color: #068A2D; }
span { border-color: rgb(6,138,45); }
td.TdClassName
{
border-color: #068A2D;
}
.TagClassName
{
border-color: #068A2D;
}
</style>