Shades of Forest Green #06A223
Tints of Forest Green #06A223
RGB
CMYK
RGB Variations
Color information
#06A223 (or 0x06A223) is known color: Forest Green. HEX triplet: 06, A2 and 23. RGB value is (6,162,35). Sum of RGB (Red+Green+Blue) = 6+162+35=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 162 (63.67% from 255 or 79.80% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 162 - color contains mainly: green. Hex color #06A223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A223 is #F95DDC. Grayscale: #656565. Windows color (decimal): -16342493 or 2335238. OLE color: 2335238.
HSL color Cylindrical-coordinate representation of color #06A223: hue angle of 131.15º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A223 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 162 | 35 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.36 |
| HSL | 131.15º | 0.93% | 0.33% | - |
| HSV(B) | 131.15º | 0.96% | 0.64% | - |
| XYZ | 13.3 | 26 | 5.91 | - |
| YUV | 100.88 | 90.82 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 162 | 35 | 0.96 | 0 | 0.78 | 0.36 | 131.15 | 0.93 | 0.33 |
| Hex | 6 | A2 | 23 | 60 | 0 | 4E | 24 | 83 | 5D | 21 |
| Octal | 6 | 242 | 43 | 140 | 0 | 116 | 44 | 203 | 135 | 41 |
| Binary | 110 | 10100010 | 100011 | 1100000 | 0 | 1001110 | 100100 | 10000011 | 1011101 | 100001 |
Color Harmonies of #06A223
Complementary color
Monochromatic Colors of #06A223
Black with #06A223
Text Example
Text Example
White with #06A223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A223; }
p { color: rgb(6,162,35); }
H1.HeaderClassName
{
color: #06A223;
}
.AnyTagClassName
{
color: #06A223;
}
</style>
background-color css
<style>
a { background-color: #06A223; }
a { background-color: rgb(6,162,35); }
div.DivClassName
{
background-color: #06A223;
}
.BgClassName
{
background-color: #06A223;
}
</style>
border-color css
<style>
span { border-color: #06A223; }
span { border-color: rgb(6,162,35); }
td.TdClassName
{
border-color: #06A223;
}
.TagClassName
{
border-color: #06A223;
}
</style>