Shades of Forest Green #128223
Tints of Forest Green #128223
RGB
CMYK
RGB Variations
Color information
#128223 (or 0x128223) is known color: Forest Green. HEX triplet: 12, 82 and 23. RGB value is (18,130,35). Sum of RGB (Red+Green+Blue) = 18+130+35=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #128223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128223 is #ED7DDC. Grayscale: #555555. Windows color (decimal): -15564253 or 2327058. OLE color: 2327058.
HSL color Cylindrical-coordinate representation of color #128223: hue angle of 129.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128223 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 35 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.49 |
| HSL | 129.11º | 0.76% | 0.29% | - |
| HSV(B) | 129.11º | 0.86% | 0.51% | - |
| XYZ | 8.54 | 16.22 | 4.27 | - |
| YUV | 85.68 | 99.39 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 35 | 0.86 | 0 | 0.73 | 0.49 | 129.11 | 0.76 | 0.29 |
| Hex | 12 | 82 | 23 | 56 | 0 | 49 | 31 | 81 | 4C | 1D |
| Octal | 22 | 202 | 43 | 126 | 0 | 111 | 61 | 201 | 114 | 35 |
| Binary | 10010 | 10000010 | 100011 | 1010110 | 0 | 1001001 | 110001 | 10000001 | 1001100 | 11101 |
Color Harmonies of #128223
Complementary color
Monochromatic Colors of #128223
Black with #128223
Text Example
Text Example
White with #128223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128223; }
p { color: rgb(18,130,35); }
H1.HeaderClassName
{
color: #128223;
}
.AnyTagClassName
{
color: #128223;
}
</style>
background-color css
<style>
a { background-color: #128223; }
a { background-color: rgb(18,130,35); }
div.DivClassName
{
background-color: #128223;
}
.BgClassName
{
background-color: #128223;
}
</style>
border-color css
<style>
span { border-color: #128223; }
span { border-color: rgb(18,130,35); }
td.TdClassName
{
border-color: #128223;
}
.TagClassName
{
border-color: #128223;
}
</style>