Shades of Green #01881D
Tints of Green #01881D
RGB
CMYK
RGB Variations
Color information
#01881D (or 0x01881D) is known color: Green. HEX triplet: 01, 88 and 1D. RGB value is (1,136,29). Sum of RGB (Red+Green+Blue) = 1+136+29=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 136 (53.52% from 255 or 81.93% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 136 - color contains mainly: green. Hex color #01881D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01881D is #FE77E2. Grayscale: #535353. Windows color (decimal): -16676835 or 1935361. OLE color: 1935361.
HSL color Cylindrical-coordinate representation of color #01881D: hue angle of 132.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 #01881D is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 136 | 29 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.47 |
| HSL | 132.44º | 0.99% | 0.27% | - |
| HSV(B) | 132.44º | 0.99% | 0.53% | - |
| XYZ | 9.04 | 17.7 | 4.1 | - |
| YUV | 83.44 | 97.27 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 29 | 0.99 | 0 | 0.79 | 0.47 | 132.44 | 0.99 | 0.27 |
| Hex | 1 | 88 | 1D | 63 | 0 | 4F | 2F | 84 | 63 | 1B |
| Octal | 1 | 210 | 35 | 143 | 0 | 117 | 57 | 204 | 143 | 33 |
| Binary | 1 | 10001000 | 11101 | 1100011 | 0 | 1001111 | 101111 | 10000100 | 1100011 | 11011 |
Color Harmonies of #01881D
Complementary color
Monochromatic Colors of #01881D
Black with #01881D
Text Example
Text Example
White with #01881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01881D; }
p { color: rgb(1,136,29); }
H1.HeaderClassName
{
color: #01881D;
}
.AnyTagClassName
{
color: #01881D;
}
</style>
background-color css
<style>
a { background-color: #01881D; }
a { background-color: rgb(1,136,29); }
div.DivClassName
{
background-color: #01881D;
}
.BgClassName
{
background-color: #01881D;
}
</style>
border-color css
<style>
span { border-color: #01881D; }
span { border-color: rgb(1,136,29); }
td.TdClassName
{
border-color: #01881D;
}
.TagClassName
{
border-color: #01881D;
}
</style>