Shades of Forest Green #038A1E
Tints of Forest Green #038A1E
RGB
CMYK
RGB Variations
Color information
#038A1E (or 0x038A1E) is known color: Forest Green. HEX triplet: 03, 8A and 1E. RGB value is (3,138,30). Sum of RGB (Red+Green+Blue) = 3+138+30=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 138 (54.30% from 255 or 80.70% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 138 - color contains mainly: green. Hex color #038A1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038A1E is #FC75E1. Grayscale: #555555. Windows color (decimal): -16545250 or 2001411. OLE color: 2001411.
HSL color Cylindrical-coordinate representation of color #038A1E: hue angle of 132º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038A1E is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 138 | 30 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.46 |
| HSL | 132º | 0.96% | 0.28% | - |
| HSV(B) | 132º | 0.98% | 0.54% | - |
| XYZ | 9.36 | 18.29 | 4.27 | - |
| YUV | 85.32 | 96.77 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 30 | 0.98 | 0 | 0.78 | 0.46 | 132 | 0.96 | 0.28 |
| Hex | 3 | 8A | 1E | 62 | 0 | 4E | 2E | 84 | 60 | 1C |
| Octal | 3 | 212 | 36 | 142 | 0 | 116 | 56 | 204 | 140 | 34 |
| Binary | 11 | 10001010 | 11110 | 1100010 | 0 | 1001110 | 101110 | 10000100 | 1100000 | 11100 |
Color Harmonies of #038A1E
Complementary color
Monochromatic Colors of #038A1E
Black with #038A1E
Text Example
Text Example
White with #038A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038A1E; }
p { color: rgb(3,138,30); }
H1.HeaderClassName
{
color: #038A1E;
}
.AnyTagClassName
{
color: #038A1E;
}
</style>
background-color css
<style>
a { background-color: #038A1E; }
a { background-color: rgb(3,138,30); }
div.DivClassName
{
background-color: #038A1E;
}
.BgClassName
{
background-color: #038A1E;
}
</style>
border-color css
<style>
span { border-color: #038A1E; }
span { border-color: rgb(3,138,30); }
td.TdClassName
{
border-color: #038A1E;
}
.TagClassName
{
border-color: #038A1E;
}
</style>