Shades of Forest Green #038C28
Tints of Forest Green #038C28
RGB
CMYK
RGB Variations
Color information
#038C28 (or 0x038C28) is known color: Forest Green. HEX triplet: 03, 8C and 28. RGB value is (3,140,40). Sum of RGB (Red+Green+Blue) = 3+140+40=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 140 (55.08% from 255 or 76.50% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 140 - color contains mainly: green. Hex color #038C28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038C28 is #FC73D7. Grayscale: #575757. Windows color (decimal): -16544728 or 2657283. OLE color: 2657283.
HSL color Cylindrical-coordinate representation of color #038C28: hue angle of 136.2º 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 #038C28 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 140 | 40 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.45 |
| HSL | 136.2º | 0.96% | 0.28% | - |
| HSV(B) | 136.2º | 0.98% | 0.55% | - |
| XYZ | 9.8 | 18.93 | 5.14 | - |
| YUV | 87.64 | 101.11 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 140 | 40 | 0.98 | 0 | 0.71 | 0.45 | 136.2 | 0.96 | 0.28 |
| Hex | 3 | 8C | 28 | 62 | 0 | 47 | 2D | 88 | 60 | 1C |
| Octal | 3 | 214 | 50 | 142 | 0 | 107 | 55 | 210 | 140 | 34 |
| Binary | 11 | 10001100 | 101000 | 1100010 | 0 | 1000111 | 101101 | 10001000 | 1100000 | 11100 |
Color Harmonies of #038C28
Complementary color
Monochromatic Colors of #038C28
Black with #038C28
Text Example
Text Example
White with #038C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038C28; }
p { color: rgb(3,140,40); }
H1.HeaderClassName
{
color: #038C28;
}
.AnyTagClassName
{
color: #038C28;
}
</style>
background-color css
<style>
a { background-color: #038C28; }
a { background-color: rgb(3,140,40); }
div.DivClassName
{
background-color: #038C28;
}
.BgClassName
{
background-color: #038C28;
}
</style>
border-color css
<style>
span { border-color: #038C28; }
span { border-color: rgb(3,140,40); }
td.TdClassName
{
border-color: #038C28;
}
.TagClassName
{
border-color: #038C28;
}
</style>