Shades of Forest Green #069A2D
Tints of Forest Green #069A2D
RGB
CMYK
RGB Variations
Color information
#069A2D (or 0x069A2D) is known color: Forest Green. HEX triplet: 06, 9A and 2D. RGB value is (6,154,45). Sum of RGB (Red+Green+Blue) = 6+154+45=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 154 (60.55% from 255 or 75.12% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 154 - color contains mainly: green. Hex color #069A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069A2D is #F965D2. Grayscale: #616161. Windows color (decimal): -16344531 or 2988550. OLE color: 2988550.
HSL color Cylindrical-coordinate representation of color #069A2D: hue angle of 135.81º 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 #069A2D is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 154 | 45 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.40 |
| HSL | 135.81º | 0.93% | 0.31% | - |
| HSV(B) | 135.81º | 0.96% | 0.6% | - |
| XYZ | 12.1 | 23.34 | 6.35 | - |
| YUV | 97.32 | 98.47 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 45 | 0.96 | 0 | 0.71 | 0.40 | 135.81 | 0.93 | 0.31 |
| Hex | 6 | 9A | 2D | 60 | 0 | 47 | 28 | 88 | 5C | 1F |
| Octal | 6 | 232 | 55 | 140 | 0 | 107 | 50 | 210 | 134 | 37 |
| Binary | 110 | 10011010 | 101101 | 1100000 | 0 | 1000111 | 101000 | 10001000 | 1011100 | 11111 |
Color Harmonies of #069A2D
Complementary color
Monochromatic Colors of #069A2D
Black with #069A2D
Text Example
Text Example
White with #069A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069A2D; }
p { color: rgb(6,154,45); }
H1.HeaderClassName
{
color: #069A2D;
}
.AnyTagClassName
{
color: #069A2D;
}
</style>
background-color css
<style>
a { background-color: #069A2D; }
a { background-color: rgb(6,154,45); }
div.DivClassName
{
background-color: #069A2D;
}
.BgClassName
{
background-color: #069A2D;
}
</style>
border-color css
<style>
span { border-color: #069A2D; }
span { border-color: rgb(6,154,45); }
td.TdClassName
{
border-color: #069A2D;
}
.TagClassName
{
border-color: #069A2D;
}
</style>