Shades of Forest Green #128319
Tints of Forest Green #128319
RGB
CMYK
RGB Variations
Color information
#128319 (or 0x128319) is known color: Forest Green. HEX triplet: 12, 83 and 19. RGB value is (18,131,25). Sum of RGB (Red+Green+Blue) = 18+131+25=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 131 (51.56% from 255 or 75.29% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 131 - color contains mainly: green. Hex color #128319 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128319 is #ED7CE6. Grayscale: #555555. Windows color (decimal): -15564007 or 1671954. OLE color: 1671954.
HSL color Cylindrical-coordinate representation of color #128319: hue angle of 123.72º 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 #128319 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 131 | 25 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.49 |
| HSL | 123.72º | 0.76% | 0.29% | - |
| HSV(B) | 123.72º | 0.86% | 0.51% | - |
| XYZ | 8.54 | 16.43 | 3.64 | - |
| YUV | 85.13 | 94.06 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 25 | 0.86 | 0 | 0.81 | 0.49 | 123.72 | 0.76 | 0.29 |
| Hex | 12 | 83 | 19 | 56 | 0 | 51 | 31 | 7C | 4C | 1D |
| Octal | 22 | 203 | 31 | 126 | 0 | 121 | 61 | 174 | 114 | 35 |
| Binary | 10010 | 10000011 | 11001 | 1010110 | 0 | 1010001 | 110001 | 1111100 | 1001100 | 11101 |
Color Harmonies of #128319
Complementary color
Monochromatic Colors of #128319
Black with #128319
Text Example
Text Example
White with #128319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128319; }
p { color: rgb(18,131,25); }
H1.HeaderClassName
{
color: #128319;
}
.AnyTagClassName
{
color: #128319;
}
</style>
background-color css
<style>
a { background-color: #128319; }
a { background-color: rgb(18,131,25); }
div.DivClassName
{
background-color: #128319;
}
.BgClassName
{
background-color: #128319;
}
</style>
border-color css
<style>
span { border-color: #128319; }
span { border-color: rgb(18,131,25); }
td.TdClassName
{
border-color: #128319;
}
.TagClassName
{
border-color: #128319;
}
</style>