Shades of Green #12880D
Tints of Green #12880D
RGB
CMYK
RGB Variations
Color information
#12880D (or 0x12880D) is known color: Green. HEX triplet: 12, 88 and 0D. RGB value is (18,136,13). Sum of RGB (Red+Green+Blue) = 18+136+13=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 136 (53.52% from 255 or 81.44% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 136 - color contains mainly: green. Hex color #12880D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12880D is #ED77F2. Grayscale: #575757. Windows color (decimal): -15562739 or 886802. OLE color: 886802.
HSL color Cylindrical-coordinate representation of color #12880D: hue angle of 117.56º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12880D is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 136 | 13 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.47 |
| HSL | 117.56º | 0.83% | 0.29% | - |
| HSV(B) | 117.56º | 0.9% | 0.53% | - |
| XYZ | 9.13 | 17.77 | 3.33 | - |
| YUV | 86.7 | 86.41 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 136 | 13 | 0.87 | 0 | 0.90 | 0.47 | 117.56 | 0.83 | 0.29 |
| Hex | 12 | 88 | D | 57 | 0 | 5A | 2F | 76 | 53 | 1D |
| Octal | 22 | 210 | 15 | 127 | 0 | 132 | 57 | 166 | 123 | 35 |
| Binary | 10010 | 10001000 | 1101 | 1010111 | 0 | 1011010 | 101111 | 1110110 | 1010011 | 11101 |
Color Harmonies of #12880D
Complementary color
Monochromatic Colors of #12880D
Black with #12880D
Text Example
Text Example
White with #12880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12880D; }
p { color: rgb(18,136,13); }
H1.HeaderClassName
{
color: #12880D;
}
.AnyTagClassName
{
color: #12880D;
}
</style>
background-color css
<style>
a { background-color: #12880D; }
a { background-color: rgb(18,136,13); }
div.DivClassName
{
background-color: #12880D;
}
.BgClassName
{
background-color: #12880D;
}
</style>
border-color css
<style>
span { border-color: #12880D; }
span { border-color: rgb(18,136,13); }
td.TdClassName
{
border-color: #12880D;
}
.TagClassName
{
border-color: #12880D;
}
</style>