Shades of Forest Green #088223
Tints of Forest Green #088223
RGB
CMYK
RGB Variations
Color information
#088223 (or 0x088223) is known color: Forest Green. HEX triplet: 08, 82 and 23. RGB value is (8,130,35). Sum of RGB (Red+Green+Blue) = 8+130+35=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 130 (51.17% from 255 or 75.14% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 130 - color contains mainly: green. Hex color #088223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088223 is #F77DDC. Grayscale: #525252. Windows color (decimal): -16219613 or 2327048. OLE color: 2327048.
HSL color Cylindrical-coordinate representation of color #088223: hue angle of 133.28º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088223 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 130 | 35 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.49 |
| HSL | 133.28º | 0.88% | 0.27% | - |
| HSV(B) | 133.28º | 0.94% | 0.51% | - |
| XYZ | 8.39 | 16.14 | 4.26 | - |
| YUV | 82.69 | 101.08 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 35 | 0.94 | 0 | 0.73 | 0.49 | 133.28 | 0.88 | 0.27 |
| Hex | 8 | 82 | 23 | 5E | 0 | 49 | 31 | 85 | 58 | 1B |
| Octal | 10 | 202 | 43 | 136 | 0 | 111 | 61 | 205 | 130 | 33 |
| Binary | 1000 | 10000010 | 100011 | 1011110 | 0 | 1001001 | 110001 | 10000101 | 1011000 | 11011 |
Color Harmonies of #088223
Complementary color
Monochromatic Colors of #088223
Black with #088223
Text Example
Text Example
White with #088223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088223; }
p { color: rgb(8,130,35); }
H1.HeaderClassName
{
color: #088223;
}
.AnyTagClassName
{
color: #088223;
}
</style>
background-color css
<style>
a { background-color: #088223; }
a { background-color: rgb(8,130,35); }
div.DivClassName
{
background-color: #088223;
}
.BgClassName
{
background-color: #088223;
}
</style>
border-color css
<style>
span { border-color: #088223; }
span { border-color: rgb(8,130,35); }
td.TdClassName
{
border-color: #088223;
}
.TagClassName
{
border-color: #088223;
}
</style>