Shades of Forest Green #038F20
Tints of Forest Green #038F20
RGB
CMYK
RGB Variations
Color information
#038F20 (or 0x038F20) is known color: Forest Green. HEX triplet: 03, 8F and 20. RGB value is (3,143,32). Sum of RGB (Red+Green+Blue) = 3+143+32=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 143 (56.25% from 255 or 80.34% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 143 - color contains mainly: green. Hex color #038F20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038F20 is #FC70DF. Grayscale: #585858. Windows color (decimal): -16543968 or 2133763. OLE color: 2133763.
HSL color Cylindrical-coordinate representation of color #038F20: hue angle of 132.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 #038F20 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 143 | 32 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.44 |
| HSL | 132.43º | 0.96% | 0.29% | - |
| HSV(B) | 132.43º | 0.98% | 0.56% | - |
| XYZ | 10.12 | 19.77 | 4.65 | - |
| YUV | 88.49 | 96.12 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 143 | 32 | 0.98 | 0 | 0.78 | 0.44 | 132.43 | 0.96 | 0.29 |
| Hex | 3 | 8F | 20 | 62 | 0 | 4E | 2C | 84 | 60 | 1D |
| Octal | 3 | 217 | 40 | 142 | 0 | 116 | 54 | 204 | 140 | 35 |
| Binary | 11 | 10001111 | 100000 | 1100010 | 0 | 1001110 | 101100 | 10000100 | 1100000 | 11101 |
Color Harmonies of #038F20
Complementary color
Monochromatic Colors of #038F20
Black with #038F20
Text Example
Text Example
White with #038F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038F20; }
p { color: rgb(3,143,32); }
H1.HeaderClassName
{
color: #038F20;
}
.AnyTagClassName
{
color: #038F20;
}
</style>
background-color css
<style>
a { background-color: #038F20; }
a { background-color: rgb(3,143,32); }
div.DivClassName
{
background-color: #038F20;
}
.BgClassName
{
background-color: #038F20;
}
</style>
border-color css
<style>
span { border-color: #038F20; }
span { border-color: rgb(3,143,32); }
td.TdClassName
{
border-color: #038F20;
}
.TagClassName
{
border-color: #038F20;
}
</style>