Shades of Forest Green #038B1E
Tints of Forest Green #038B1E
RGB
CMYK
RGB Variations
Color information
#038B1E (or 0x038B1E) is known color: Forest Green. HEX triplet: 03, 8B and 1E. RGB value is (3,139,30). Sum of RGB (Red+Green+Blue) = 3+139+30=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 139 (54.69% from 255 or 80.81% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 139 - color contains mainly: green. Hex color #038B1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038B1E is #FC74E1. Grayscale: #565656. Windows color (decimal): -16544994 or 2001667. OLE color: 2001667.
HSL color Cylindrical-coordinate representation of color #038B1E: hue angle of 131.91º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038B1E is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 139 | 30 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.45 |
| HSL | 131.91º | 0.96% | 0.28% | - |
| HSV(B) | 131.91º | 0.98% | 0.55% | - |
| XYZ | 9.5 | 18.58 | 4.31 | - |
| YUV | 85.91 | 96.44 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 139 | 30 | 0.98 | 0 | 0.78 | 0.45 | 131.91 | 0.96 | 0.28 |
| Hex | 3 | 8B | 1E | 62 | 0 | 4E | 2D | 84 | 60 | 1C |
| Octal | 3 | 213 | 36 | 142 | 0 | 116 | 55 | 204 | 140 | 34 |
| Binary | 11 | 10001011 | 11110 | 1100010 | 0 | 1001110 | 101101 | 10000100 | 1100000 | 11100 |
Color Harmonies of #038B1E
Complementary color
Monochromatic Colors of #038B1E
Black with #038B1E
Text Example
Text Example
White with #038B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038B1E; }
p { color: rgb(3,139,30); }
H1.HeaderClassName
{
color: #038B1E;
}
.AnyTagClassName
{
color: #038B1E;
}
</style>
background-color css
<style>
a { background-color: #038B1E; }
a { background-color: rgb(3,139,30); }
div.DivClassName
{
background-color: #038B1E;
}
.BgClassName
{
background-color: #038B1E;
}
</style>
border-color css
<style>
span { border-color: #038B1E; }
span { border-color: rgb(3,139,30); }
td.TdClassName
{
border-color: #038B1E;
}
.TagClassName
{
border-color: #038B1E;
}
</style>