Shades of Forest Green #038022
Tints of Forest Green #038022
RGB
CMYK
RGB Variations
Color information
#038022 (or 0x038022) is known color: Forest Green. HEX triplet: 03, 80 and 22. RGB value is (3,128,34). Sum of RGB (Red+Green+Blue) = 3+128+34=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 128 (50.39% from 255 or 77.58% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 128 - color contains mainly: green. Hex color #038022 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038022 is #FC7FDD. Grayscale: #505050. Windows color (decimal): -16547806 or 2260995. OLE color: 2260995.
HSL color Cylindrical-coordinate representation of color #038022: hue angle of 134.88º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038022 is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 128 | 34 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.50 |
| HSL | 134.88º | 0.95% | 0.26% | - |
| HSV(B) | 134.88º | 0.98% | 0.5% | - |
| XYZ | 8.05 | 15.57 | 4.1 | - |
| YUV | 79.91 | 102.09 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 34 | 0.98 | 0 | 0.73 | 0.50 | 134.88 | 0.95 | 0.26 |
| Hex | 3 | 80 | 22 | 62 | 0 | 49 | 32 | 87 | 5F | 1A |
| Octal | 3 | 200 | 42 | 142 | 0 | 111 | 62 | 207 | 137 | 32 |
| Binary | 11 | 10000000 | 100010 | 1100010 | 0 | 1001001 | 110010 | 10000111 | 1011111 | 11010 |
Color Harmonies of #038022
Complementary color
Monochromatic Colors of #038022
Black with #038022
Text Example
Text Example
White with #038022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038022; }
p { color: rgb(3,128,34); }
H1.HeaderClassName
{
color: #038022;
}
.AnyTagClassName
{
color: #038022;
}
</style>
background-color css
<style>
a { background-color: #038022; }
a { background-color: rgb(3,128,34); }
div.DivClassName
{
background-color: #038022;
}
.BgClassName
{
background-color: #038022;
}
</style>
border-color css
<style>
span { border-color: #038022; }
span { border-color: rgb(3,128,34); }
td.TdClassName
{
border-color: #038022;
}
.TagClassName
{
border-color: #038022;
}
</style>