Shades of Green #01880D
Tints of Green #01880D
RGB
CMYK
RGB Variations
Color information
#01880D (or 0x01880D) is known color: Green. HEX triplet: 01, 88 and 0D. RGB value is (1,136,13). Sum of RGB (Red+Green+Blue) = 1+136+13=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 136 (53.52% from 255 or 90.67% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 136 - color contains mainly: green. Hex color #01880D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01880D is #FE77F2. Grayscale: #515151. Windows color (decimal): -16676851 or 886785. OLE color: 886785.
HSL color Cylindrical-coordinate representation of color #01880D: hue angle of 125.33º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01880D is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 136 | 13 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.47 |
| HSL | 125.33º | 0.99% | 0.27% | - |
| HSV(B) | 125.33º | 0.99% | 0.53% | - |
| XYZ | 8.89 | 17.64 | 3.32 | - |
| YUV | 81.61 | 89.27 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 13 | 0.99 | 0 | 0.90 | 0.47 | 125.33 | 0.99 | 0.27 |
| Hex | 1 | 88 | D | 63 | 0 | 5A | 2F | 7D | 63 | 1B |
| Octal | 1 | 210 | 15 | 143 | 0 | 132 | 57 | 175 | 143 | 33 |
| Binary | 1 | 10001000 | 1101 | 1100011 | 0 | 1011010 | 101111 | 1111101 | 1100011 | 11011 |
Color Harmonies of #01880D
Complementary color
Monochromatic Colors of #01880D
Black with #01880D
Text Example
Text Example
White with #01880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01880D; }
p { color: rgb(1,136,13); }
H1.HeaderClassName
{
color: #01880D;
}
.AnyTagClassName
{
color: #01880D;
}
</style>
background-color css
<style>
a { background-color: #01880D; }
a { background-color: rgb(1,136,13); }
div.DivClassName
{
background-color: #01880D;
}
.BgClassName
{
background-color: #01880D;
}
</style>
border-color css
<style>
span { border-color: #01880D; }
span { border-color: rgb(1,136,13); }
td.TdClassName
{
border-color: #01880D;
}
.TagClassName
{
border-color: #01880D;
}
</style>