Shades of Forest Green #038321
Tints of Forest Green #038321
RGB
CMYK
RGB Variations
Color information
#038321 (or 0x038321) is known color: Forest Green. HEX triplet: 03, 83 and 21. RGB value is (3,131,33). Sum of RGB (Red+Green+Blue) = 3+131+33=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 131 (51.56% from 255 or 78.44% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 131 - color contains mainly: green. Hex color #038321 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038321 is #FC7CDE. Grayscale: #515151. Windows color (decimal): -16547039 or 2196227. OLE color: 2196227.
HSL color Cylindrical-coordinate representation of color #038321: hue angle of 134.06º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038321 is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 131 | 33 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.49 |
| HSL | 134.06º | 0.96% | 0.26% | - |
| HSV(B) | 134.06º | 0.98% | 0.51% | - |
| XYZ | 8.43 | 16.36 | 4.15 | - |
| YUV | 81.56 | 100.59 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 131 | 33 | 0.98 | 0 | 0.75 | 0.49 | 134.06 | 0.96 | 0.26 |
| Hex | 3 | 83 | 21 | 62 | 0 | 4B | 31 | 86 | 60 | 1A |
| Octal | 3 | 203 | 41 | 142 | 0 | 113 | 61 | 206 | 140 | 32 |
| Binary | 11 | 10000011 | 100001 | 1100010 | 0 | 1001011 | 110001 | 10000110 | 1100000 | 11010 |
Color Harmonies of #038321
Complementary color
Monochromatic Colors of #038321
Black with #038321
Text Example
Text Example
White with #038321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038321; }
p { color: rgb(3,131,33); }
H1.HeaderClassName
{
color: #038321;
}
.AnyTagClassName
{
color: #038321;
}
</style>
background-color css
<style>
a { background-color: #038321; }
a { background-color: rgb(3,131,33); }
div.DivClassName
{
background-color: #038321;
}
.BgClassName
{
background-color: #038321;
}
</style>
border-color css
<style>
span { border-color: #038321; }
span { border-color: rgb(3,131,33); }
td.TdClassName
{
border-color: #038321;
}
.TagClassName
{
border-color: #038321;
}
</style>