Shades of Green #01841F
Tints of Green #01841F
RGB
CMYK
RGB Variations
Color information
#01841F (or 0x01841F) is known color: Green. HEX triplet: 01, 84 and 1F. RGB value is (1,132,31). Sum of RGB (Red+Green+Blue) = 1+132+31=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 132 (51.95% from 255 or 80.49% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 132 - color contains mainly: green. Hex color #01841F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01841F is #FE7BE0. Grayscale: #515151. Windows color (decimal): -16677857 or 2065409. OLE color: 2065409.
HSL color Cylindrical-coordinate representation of color #01841F: hue angle of 133.74º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01841F is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 31 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.48 |
| HSL | 133.74º | 0.98% | 0.26% | - |
| HSV(B) | 133.74º | 0.99% | 0.52% | - |
| XYZ | 8.51 | 16.61 | 4.05 | - |
| YUV | 81.32 | 99.6 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 31 | 0.99 | 0 | 0.77 | 0.48 | 133.74 | 0.98 | 0.26 |
| Hex | 1 | 84 | 1F | 63 | 0 | 4D | 30 | 86 | 62 | 1A |
| Octal | 1 | 204 | 37 | 143 | 0 | 115 | 60 | 206 | 142 | 32 |
| Binary | 1 | 10000100 | 11111 | 1100011 | 0 | 1001101 | 110000 | 10000110 | 1100010 | 11010 |
Color Harmonies of #01841F
Complementary color
Monochromatic Colors of #01841F
Black with #01841F
Text Example
Text Example
White with #01841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01841F; }
p { color: rgb(1,132,31); }
H1.HeaderClassName
{
color: #01841F;
}
.AnyTagClassName
{
color: #01841F;
}
</style>
background-color css
<style>
a { background-color: #01841F; }
a { background-color: rgb(1,132,31); }
div.DivClassName
{
background-color: #01841F;
}
.BgClassName
{
background-color: #01841F;
}
</style>
border-color css
<style>
span { border-color: #01841F; }
span { border-color: rgb(1,132,31); }
td.TdClassName
{
border-color: #01841F;
}
.TagClassName
{
border-color: #01841F;
}
</style>