Shades of Forest Green #038121
Tints of Forest Green #038121
RGB
CMYK
RGB Variations
Color information
#038121 (or 0x038121) is known color: Forest Green. HEX triplet: 03, 81 and 21. RGB value is (3,129,33). Sum of RGB (Red+Green+Blue) = 3+129+33=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 129 (50.78% from 255 or 78.18% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 129 - color contains mainly: green. Hex color #038121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038121 is #FC7EDE. Grayscale: #505050. Windows color (decimal): -16547551 or 2195715. OLE color: 2195715.
HSL color Cylindrical-coordinate representation of color #038121: hue angle of 134.29º degrees, saturation: 0.95, 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 #038121 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 129 | 33 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.49 |
| HSL | 134.29º | 0.95% | 0.26% | - |
| HSV(B) | 134.29º | 0.98% | 0.51% | - |
| XYZ | 8.16 | 15.83 | 4.06 | - |
| YUV | 80.38 | 101.26 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 129 | 33 | 0.98 | 0 | 0.74 | 0.49 | 134.29 | 0.95 | 0.26 |
| Hex | 3 | 81 | 21 | 62 | 0 | 4A | 31 | 86 | 5F | 1A |
| Octal | 3 | 201 | 41 | 142 | 0 | 112 | 61 | 206 | 137 | 32 |
| Binary | 11 | 10000001 | 100001 | 1100010 | 0 | 1001010 | 110001 | 10000110 | 1011111 | 11010 |
Color Harmonies of #038121
Complementary color
Monochromatic Colors of #038121
Black with #038121
Text Example
Text Example
White with #038121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038121; }
p { color: rgb(3,129,33); }
H1.HeaderClassName
{
color: #038121;
}
.AnyTagClassName
{
color: #038121;
}
</style>
background-color css
<style>
a { background-color: #038121; }
a { background-color: rgb(3,129,33); }
div.DivClassName
{
background-color: #038121;
}
.BgClassName
{
background-color: #038121;
}
</style>
border-color css
<style>
span { border-color: #038121; }
span { border-color: rgb(3,129,33); }
td.TdClassName
{
border-color: #038121;
}
.TagClassName
{
border-color: #038121;
}
</style>