Shades of Forest Green #018223
Tints of Forest Green #018223
RGB
CMYK
RGB Variations
Color information
#018223 (or 0x018223) is known color: Forest Green. HEX triplet: 01, 82 and 23. RGB value is (1,130,35). Sum of RGB (Red+Green+Blue) = 1+130+35=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 130 (51.17% from 255 or 78.31% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 130 - color contains mainly: green. Hex color #018223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018223 is #FE7DDC. Grayscale: #505050. Windows color (decimal): -16678365 or 2327041. OLE color: 2327041.
HSL color Cylindrical-coordinate representation of color #018223: hue angle of 135.81º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018223 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 35 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.49 |
| HSL | 135.81º | 0.98% | 0.26% | - |
| HSV(B) | 135.81º | 0.99% | 0.51% | - |
| XYZ | 8.3 | 16.09 | 4.26 | - |
| YUV | 80.6 | 102.26 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 35 | 0.99 | 0 | 0.73 | 0.49 | 135.81 | 0.98 | 0.26 |
| Hex | 1 | 82 | 23 | 63 | 0 | 49 | 31 | 88 | 62 | 1A |
| Octal | 1 | 202 | 43 | 143 | 0 | 111 | 61 | 210 | 142 | 32 |
| Binary | 1 | 10000010 | 100011 | 1100011 | 0 | 1001001 | 110001 | 10001000 | 1100010 | 11010 |
Color Harmonies of #018223
Complementary color
Monochromatic Colors of #018223
Black with #018223
Text Example
Text Example
White with #018223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018223; }
p { color: rgb(1,130,35); }
H1.HeaderClassName
{
color: #018223;
}
.AnyTagClassName
{
color: #018223;
}
</style>
background-color css
<style>
a { background-color: #018223; }
a { background-color: rgb(1,130,35); }
div.DivClassName
{
background-color: #018223;
}
.BgClassName
{
background-color: #018223;
}
</style>
border-color css
<style>
span { border-color: #018223; }
span { border-color: rgb(1,130,35); }
td.TdClassName
{
border-color: #018223;
}
.TagClassName
{
border-color: #018223;
}
</style>