Shades of Forest Green #038D21
Tints of Forest Green #038D21
RGB
CMYK
RGB Variations
Color information
#038D21 (or 0x038D21) is known color: Forest Green. HEX triplet: 03, 8D and 21. RGB value is (3,141,33). Sum of RGB (Red+Green+Blue) = 3+141+33=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 141 (55.47% from 255 or 79.66% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 141 - color contains mainly: green. Hex color #038D21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038D21 is #FC72DE. Grayscale: #575757. Windows color (decimal): -16544479 or 2198787. OLE color: 2198787.
HSL color Cylindrical-coordinate representation of color #038D21: hue angle of 133.04º 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 #038D21 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 141 | 33 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.45 |
| HSL | 133.04º | 0.96% | 0.28% | - |
| HSV(B) | 133.04º | 0.98% | 0.55% | - |
| XYZ | 9.84 | 19.18 | 4.62 | - |
| YUV | 87.43 | 97.28 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 33 | 0.98 | 0 | 0.77 | 0.45 | 133.04 | 0.96 | 0.28 |
| Hex | 3 | 8D | 21 | 62 | 0 | 4D | 2D | 85 | 60 | 1C |
| Octal | 3 | 215 | 41 | 142 | 0 | 115 | 55 | 205 | 140 | 34 |
| Binary | 11 | 10001101 | 100001 | 1100010 | 0 | 1001101 | 101101 | 10000101 | 1100000 | 11100 |
Color Harmonies of #038D21
Complementary color
Monochromatic Colors of #038D21
Black with #038D21
Text Example
Text Example
White with #038D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038D21; }
p { color: rgb(3,141,33); }
H1.HeaderClassName
{
color: #038D21;
}
.AnyTagClassName
{
color: #038D21;
}
</style>
background-color css
<style>
a { background-color: #038D21; }
a { background-color: rgb(3,141,33); }
div.DivClassName
{
background-color: #038D21;
}
.BgClassName
{
background-color: #038D21;
}
</style>
border-color css
<style>
span { border-color: #038D21; }
span { border-color: rgb(3,141,33); }
td.TdClassName
{
border-color: #038D21;
}
.TagClassName
{
border-color: #038D21;
}
</style>