Shades of Forest Green #039A2A
Tints of Forest Green #039A2A
RGB
CMYK
RGB Variations
Color information
#039A2A (or 0x039A2A) is known color: Forest Green. HEX triplet: 03, 9A and 2A. RGB value is (3,154,42). Sum of RGB (Red+Green+Blue) = 3+154+42=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 154 (60.55% from 255 or 77.39% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 154 - color contains mainly: green. Hex color #039A2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039A2A is #FC65D5. Grayscale: #606060. Windows color (decimal): -16541142 or 2791939. OLE color: 2791939.
HSL color Cylindrical-coordinate representation of color #039A2A: hue angle of 135.5º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039A2A is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 154 | 42 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.40 |
| HSL | 135.5º | 0.96% | 0.31% | - |
| HSV(B) | 135.5º | 0.98% | 0.6% | - |
| XYZ | 12.01 | 23.3 | 6.05 | - |
| YUV | 96.08 | 97.47 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 42 | 0.98 | 0 | 0.73 | 0.40 | 135.5 | 0.96 | 0.31 |
| Hex | 3 | 9A | 2A | 62 | 0 | 49 | 28 | 87 | 60 | 1F |
| Octal | 3 | 232 | 52 | 142 | 0 | 111 | 50 | 207 | 140 | 37 |
| Binary | 11 | 10011010 | 101010 | 1100010 | 0 | 1001001 | 101000 | 10000111 | 1100000 | 11111 |
Color Harmonies of #039A2A
Complementary color
Monochromatic Colors of #039A2A
Black with #039A2A
Text Example
Text Example
White with #039A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039A2A; }
p { color: rgb(3,154,42); }
H1.HeaderClassName
{
color: #039A2A;
}
.AnyTagClassName
{
color: #039A2A;
}
</style>
background-color css
<style>
a { background-color: #039A2A; }
a { background-color: rgb(3,154,42); }
div.DivClassName
{
background-color: #039A2A;
}
.BgClassName
{
background-color: #039A2A;
}
</style>
border-color css
<style>
span { border-color: #039A2A; }
span { border-color: rgb(3,154,42); }
td.TdClassName
{
border-color: #039A2A;
}
.TagClassName
{
border-color: #039A2A;
}
</style>