Shades of Green #01871E
Tints of Green #01871E
RGB
CMYK
RGB Variations
Color information
#01871E (or 0x01871E) is known color: Green. HEX triplet: 01, 87 and 1E. RGB value is (1,135,30). Sum of RGB (Red+Green+Blue) = 1+135+30=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 135 (53.12% from 255 or 81.33% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 135 - color contains mainly: green. Hex color #01871E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01871E is #FE78E1. Grayscale: #535353. Windows color (decimal): -16677090 or 2000641. OLE color: 2000641.
HSL color Cylindrical-coordinate representation of color #01871E: hue angle of 132.99º 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 #01871E is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 30 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.47 |
| HSL | 132.99º | 0.99% | 0.27% | - |
| HSV(B) | 132.99º | 0.99% | 0.53% | - |
| XYZ | 8.91 | 17.43 | 4.12 | - |
| YUV | 82.96 | 98.11 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 30 | 0.99 | 0 | 0.78 | 0.47 | 132.99 | 0.99 | 0.27 |
| Hex | 1 | 87 | 1E | 63 | 0 | 4E | 2F | 85 | 63 | 1B |
| Octal | 1 | 207 | 36 | 143 | 0 | 116 | 57 | 205 | 143 | 33 |
| Binary | 1 | 10000111 | 11110 | 1100011 | 0 | 1001110 | 101111 | 10000101 | 1100011 | 11011 |
Color Harmonies of #01871E
Complementary color
Monochromatic Colors of #01871E
Black with #01871E
Text Example
Text Example
White with #01871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01871E; }
p { color: rgb(1,135,30); }
H1.HeaderClassName
{
color: #01871E;
}
.AnyTagClassName
{
color: #01871E;
}
</style>
background-color css
<style>
a { background-color: #01871E; }
a { background-color: rgb(1,135,30); }
div.DivClassName
{
background-color: #01871E;
}
.BgClassName
{
background-color: #01871E;
}
</style>
border-color css
<style>
span { border-color: #01871E; }
span { border-color: rgb(1,135,30); }
td.TdClassName
{
border-color: #01871E;
}
.TagClassName
{
border-color: #01871E;
}
</style>