Shades of Forest Green #069A2C
Tints of Forest Green #069A2C
RGB
CMYK
RGB Variations
Color information
#069A2C (or 0x069A2C) is known color: Forest Green. HEX triplet: 06, 9A and 2C. RGB value is (6,154,44). Sum of RGB (Red+Green+Blue) = 6+154+44=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 154 (60.55% from 255 or 75.49% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 154 - color contains mainly: green. Hex color #069A2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069A2C is #F965D3. Grayscale: #616161. Windows color (decimal): -16344532 or 2923014. OLE color: 2923014.
HSL color Cylindrical-coordinate representation of color #069A2C: hue angle of 135.41º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069A2C is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 154 | 44 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.40 |
| HSL | 135.41º | 0.93% | 0.31% | - |
| HSV(B) | 135.41º | 0.96% | 0.6% | - |
| XYZ | 12.09 | 23.33 | 6.25 | - |
| YUV | 97.21 | 97.97 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 44 | 0.96 | 0 | 0.71 | 0.40 | 135.41 | 0.93 | 0.31 |
| Hex | 6 | 9A | 2C | 60 | 0 | 47 | 28 | 87 | 5C | 1F |
| Octal | 6 | 232 | 54 | 140 | 0 | 107 | 50 | 207 | 134 | 37 |
| Binary | 110 | 10011010 | 101100 | 1100000 | 0 | 1000111 | 101000 | 10000111 | 1011100 | 11111 |
Color Harmonies of #069A2C
Complementary color
Monochromatic Colors of #069A2C
Black with #069A2C
Text Example
Text Example
White with #069A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069A2C; }
p { color: rgb(6,154,44); }
H1.HeaderClassName
{
color: #069A2C;
}
.AnyTagClassName
{
color: #069A2C;
}
</style>
background-color css
<style>
a { background-color: #069A2C; }
a { background-color: rgb(6,154,44); }
div.DivClassName
{
background-color: #069A2C;
}
.BgClassName
{
background-color: #069A2C;
}
</style>
border-color css
<style>
span { border-color: #069A2C; }
span { border-color: rgb(6,154,44); }
td.TdClassName
{
border-color: #069A2C;
}
.TagClassName
{
border-color: #069A2C;
}
</style>