Shades of Green #01871C
Tints of Green #01871C
RGB
CMYK
RGB Variations
Color information
#01871C (or 0x01871C) is known color: Green. HEX triplet: 01, 87 and 1C. RGB value is (1,135,28). Sum of RGB (Red+Green+Blue) = 1+135+28=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 135 (53.12% from 255 or 82.32% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 135 - color contains mainly: green. Hex color #01871C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01871C is #FE78E3. Grayscale: #535353. Windows color (decimal): -16677092 or 1869569. OLE color: 1869569.
HSL color Cylindrical-coordinate representation of color #01871C: hue angle of 132.09º 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 #01871C is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 28 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.47 |
| HSL | 132.09º | 0.99% | 0.27% | - |
| HSV(B) | 132.09º | 0.99% | 0.53% | - |
| XYZ | 8.89 | 17.42 | 3.99 | - |
| YUV | 82.74 | 97.11 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 28 | 0.99 | 0 | 0.79 | 0.47 | 132.09 | 0.99 | 0.27 |
| Hex | 1 | 87 | 1C | 63 | 0 | 4F | 2F | 84 | 63 | 1B |
| Octal | 1 | 207 | 34 | 143 | 0 | 117 | 57 | 204 | 143 | 33 |
| Binary | 1 | 10000111 | 11100 | 1100011 | 0 | 1001111 | 101111 | 10000100 | 1100011 | 11011 |
Color Harmonies of #01871C
Complementary color
Monochromatic Colors of #01871C
Black with #01871C
Text Example
Text Example
White with #01871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01871C; }
p { color: rgb(1,135,28); }
H1.HeaderClassName
{
color: #01871C;
}
.AnyTagClassName
{
color: #01871C;
}
</style>
background-color css
<style>
a { background-color: #01871C; }
a { background-color: rgb(1,135,28); }
div.DivClassName
{
background-color: #01871C;
}
.BgClassName
{
background-color: #01871C;
}
</style>
border-color css
<style>
span { border-color: #01871C; }
span { border-color: rgb(1,135,28); }
td.TdClassName
{
border-color: #01871C;
}
.TagClassName
{
border-color: #01871C;
}
</style>