Shades of Forest Green #10881A
Tints of Forest Green #10881A
RGB
CMYK
RGB Variations
Color information
#10881A (or 0x10881A) is known color: Forest Green. HEX triplet: 10, 88 and 1A. RGB value is (16,136,26). Sum of RGB (Red+Green+Blue) = 16+136+26=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 136 (53.52% from 255 or 76.40% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 136 - color contains mainly: green. Hex color #10881A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10881A is #EF77E5. Grayscale: #575757. Windows color (decimal): -15693798 or 1738768. OLE color: 1738768.
HSL color Cylindrical-coordinate representation of color #10881A: hue angle of 125º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10881A is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 136 | 26 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.47 |
| HSL | 125º | 0.79% | 0.3% | - |
| HSV(B) | 125º | 0.88% | 0.53% | - |
| XYZ | 9.2 | 17.79 | 3.93 | - |
| YUV | 87.58 | 93.24 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 136 | 26 | 0.88 | 0 | 0.81 | 0.47 | 125 | 0.79 | 0.3 |
| Hex | 10 | 88 | 1A | 58 | 0 | 51 | 2F | 7D | 4F | 1E |
| Octal | 20 | 210 | 32 | 130 | 0 | 121 | 57 | 175 | 117 | 36 |
| Binary | 10000 | 10001000 | 11010 | 1011000 | 0 | 1010001 | 101111 | 1111101 | 1001111 | 11110 |
Color Harmonies of #10881A
Complementary color
Monochromatic Colors of #10881A
Black with #10881A
Text Example
Text Example
White with #10881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10881A; }
p { color: rgb(16,136,26); }
H1.HeaderClassName
{
color: #10881A;
}
.AnyTagClassName
{
color: #10881A;
}
</style>
background-color css
<style>
a { background-color: #10881A; }
a { background-color: rgb(16,136,26); }
div.DivClassName
{
background-color: #10881A;
}
.BgClassName
{
background-color: #10881A;
}
</style>
border-color css
<style>
span { border-color: #10881A; }
span { border-color: rgb(16,136,26); }
td.TdClassName
{
border-color: #10881A;
}
.TagClassName
{
border-color: #10881A;
}
</style>