Shades of Green #01871D
Tints of Green #01871D
RGB
CMYK
RGB Variations
Color information
#01871D (or 0x01871D) is known color: Green. HEX triplet: 01, 87 and 1D. RGB value is (1,135,29). Sum of RGB (Red+Green+Blue) = 1+135+29=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 135 (53.12% from 255 or 81.82% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 135 - color contains mainly: green. Hex color #01871D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01871D is #FE78E2. Grayscale: #535353. Windows color (decimal): -16677091 or 1935105. OLE color: 1935105.
HSL color Cylindrical-coordinate representation of color #01871D: hue angle of 132.54º 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 #01871D is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 29 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.47 |
| HSL | 132.54º | 0.99% | 0.27% | - |
| HSV(B) | 132.54º | 0.99% | 0.53% | - |
| XYZ | 8.9 | 17.42 | 4.06 | - |
| YUV | 82.85 | 97.61 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 29 | 0.99 | 0 | 0.79 | 0.47 | 132.54 | 0.99 | 0.27 |
| Hex | 1 | 87 | 1D | 63 | 0 | 4F | 2F | 85 | 63 | 1B |
| Octal | 1 | 207 | 35 | 143 | 0 | 117 | 57 | 205 | 143 | 33 |
| Binary | 1 | 10000111 | 11101 | 1100011 | 0 | 1001111 | 101111 | 10000101 | 1100011 | 11011 |
Color Harmonies of #01871D
Complementary color
Monochromatic Colors of #01871D
Black with #01871D
Text Example
Text Example
White with #01871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01871D; }
p { color: rgb(1,135,29); }
H1.HeaderClassName
{
color: #01871D;
}
.AnyTagClassName
{
color: #01871D;
}
</style>
background-color css
<style>
a { background-color: #01871D; }
a { background-color: rgb(1,135,29); }
div.DivClassName
{
background-color: #01871D;
}
.BgClassName
{
background-color: #01871D;
}
</style>
border-color css
<style>
span { border-color: #01871D; }
span { border-color: rgb(1,135,29); }
td.TdClassName
{
border-color: #01871D;
}
.TagClassName
{
border-color: #01871D;
}
</style>