Shades of Green #01880B
Tints of Green #01880B
RGB
CMYK
RGB Variations
Color information
#01880B (or 0x01880B) is known color: Green. HEX triplet: 01, 88 and 0B. RGB value is (1,136,11). Sum of RGB (Red+Green+Blue) = 1+136+11=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 136 (53.52% from 255 or 91.89% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 136 - color contains mainly: green. Hex color #01880B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01880B is #FE77F4. Grayscale: #515151. Windows color (decimal): -16676853 or 755713. OLE color: 755713.
HSL color Cylindrical-coordinate representation of color #01880B: hue angle of 124.44º 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 #01880B is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 136 | 11 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.47 |
| HSL | 124.44º | 0.99% | 0.27% | - |
| HSV(B) | 124.44º | 0.99% | 0.53% | - |
| XYZ | 8.88 | 17.64 | 3.25 | - |
| YUV | 81.39 | 88.27 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 11 | 0.99 | 0 | 0.92 | 0.47 | 124.44 | 0.99 | 0.27 |
| Hex | 1 | 88 | B | 63 | 0 | 5C | 2F | 7C | 63 | 1B |
| Octal | 1 | 210 | 13 | 143 | 0 | 134 | 57 | 174 | 143 | 33 |
| Binary | 1 | 10001000 | 1011 | 1100011 | 0 | 1011100 | 101111 | 1111100 | 1100011 | 11011 |
Color Harmonies of #01880B
Complementary color
Monochromatic Colors of #01880B
Black with #01880B
Text Example
Text Example
White with #01880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01880B; }
p { color: rgb(1,136,11); }
H1.HeaderClassName
{
color: #01880B;
}
.AnyTagClassName
{
color: #01880B;
}
</style>
background-color css
<style>
a { background-color: #01880B; }
a { background-color: rgb(1,136,11); }
div.DivClassName
{
background-color: #01880B;
}
.BgClassName
{
background-color: #01880B;
}
</style>
border-color css
<style>
span { border-color: #01880B; }
span { border-color: rgb(1,136,11); }
td.TdClassName
{
border-color: #01880B;
}
.TagClassName
{
border-color: #01880B;
}
</style>