Shades of Forest Green #038F2E
Tints of Forest Green #038F2E
RGB
CMYK
RGB Variations
Color information
#038F2E (or 0x038F2E) is known color: Forest Green. HEX triplet: 03, 8F and 2E. RGB value is (3,143,46). Sum of RGB (Red+Green+Blue) = 3+143+46=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 143 (56.25% from 255 or 74.48% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 143 - color contains mainly: green. Hex color #038F2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038F2E is #FC70D1. Grayscale: #5A5A5A. Windows color (decimal): -16543954 or 3051267. OLE color: 3051267.
HSL color Cylindrical-coordinate representation of color #038F2E: hue angle of 138.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038F2E is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 143 | 46 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.44 |
| HSL | 138.43º | 0.96% | 0.29% | - |
| HSV(B) | 138.43º | 0.98% | 0.56% | - |
| XYZ | 10.35 | 19.86 | 5.87 | - |
| YUV | 90.08 | 103.12 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 143 | 46 | 0.98 | 0 | 0.68 | 0.44 | 138.43 | 0.96 | 0.29 |
| Hex | 3 | 8F | 2E | 62 | 0 | 44 | 2C | 8A | 60 | 1D |
| Octal | 3 | 217 | 56 | 142 | 0 | 104 | 54 | 212 | 140 | 35 |
| Binary | 11 | 10001111 | 101110 | 1100010 | 0 | 1000100 | 101100 | 10001010 | 1100000 | 11101 |
Color Harmonies of #038F2E
Complementary color
Monochromatic Colors of #038F2E
Black with #038F2E
Text Example
Text Example
White with #038F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038F2E; }
p { color: rgb(3,143,46); }
H1.HeaderClassName
{
color: #038F2E;
}
.AnyTagClassName
{
color: #038F2E;
}
</style>
background-color css
<style>
a { background-color: #038F2E; }
a { background-color: rgb(3,143,46); }
div.DivClassName
{
background-color: #038F2E;
}
.BgClassName
{
background-color: #038F2E;
}
</style>
border-color css
<style>
span { border-color: #038F2E; }
span { border-color: rgb(3,143,46); }
td.TdClassName
{
border-color: #038F2E;
}
.TagClassName
{
border-color: #038F2E;
}
</style>