Shades of Forest Green #038223
Tints of Forest Green #038223
RGB
CMYK
RGB Variations
Color information
#038223 (or 0x038223) is known color: Forest Green. HEX triplet: 03, 82 and 23. RGB value is (3,130,35). Sum of RGB (Red+Green+Blue) = 3+130+35=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 130 (51.17% from 255 or 77.38% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 130 - color contains mainly: green. Hex color #038223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038223 is #FC7DDC. Grayscale: #515151. Windows color (decimal): -16547293 or 2327043. OLE color: 2327043.
HSL color Cylindrical-coordinate representation of color #038223: hue angle of 135.12º 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 #038223 is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 35 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.49 |
| HSL | 135.12º | 0.95% | 0.26% | - |
| HSV(B) | 135.12º | 0.98% | 0.51% | - |
| XYZ | 8.32 | 16.11 | 4.26 | - |
| YUV | 81.2 | 101.92 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 35 | 0.98 | 0 | 0.73 | 0.49 | 135.12 | 0.95 | 0.26 |
| Hex | 3 | 82 | 23 | 62 | 0 | 49 | 31 | 87 | 5F | 1A |
| Octal | 3 | 202 | 43 | 142 | 0 | 111 | 61 | 207 | 137 | 32 |
| Binary | 11 | 10000010 | 100011 | 1100010 | 0 | 1001001 | 110001 | 10000111 | 1011111 | 11010 |
Color Harmonies of #038223
Complementary color
Monochromatic Colors of #038223
Black with #038223
Text Example
Text Example
White with #038223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038223; }
p { color: rgb(3,130,35); }
H1.HeaderClassName
{
color: #038223;
}
.AnyTagClassName
{
color: #038223;
}
</style>
background-color css
<style>
a { background-color: #038223; }
a { background-color: rgb(3,130,35); }
div.DivClassName
{
background-color: #038223;
}
.BgClassName
{
background-color: #038223;
}
</style>
border-color css
<style>
span { border-color: #038223; }
span { border-color: rgb(3,130,35); }
td.TdClassName
{
border-color: #038223;
}
.TagClassName
{
border-color: #038223;
}
</style>