Shades of Green #01820E
Tints of Green #01820E
RGB
CMYK
RGB Variations
Color information
#01820E (or 0x01820E) is known color: Green. HEX triplet: 01, 82 and 0E. RGB value is (1,130,14). Sum of RGB (Red+Green+Blue) = 1+130+14=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 130 (51.17% from 255 or 89.66% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 130 - color contains mainly: green. Hex color #01820E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01820E is #FE7DF1. Grayscale: #4E4E4E. Windows color (decimal): -16678386 or 950785. OLE color: 950785.
HSL color Cylindrical-coordinate representation of color #01820E: hue angle of 126.05º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01820E is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 14 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.49 |
| HSL | 126.05º | 0.98% | 0.26% | - |
| HSV(B) | 126.05º | 0.99% | 0.51% | - |
| XYZ | 8.07 | 16 | 3.08 | - |
| YUV | 78.21 | 91.76 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 14 | 0.99 | 0 | 0.89 | 0.49 | 126.05 | 0.98 | 0.26 |
| Hex | 1 | 82 | E | 63 | 0 | 59 | 31 | 7E | 62 | 1A |
| Octal | 1 | 202 | 16 | 143 | 0 | 131 | 61 | 176 | 142 | 32 |
| Binary | 1 | 10000010 | 1110 | 1100011 | 0 | 1011001 | 110001 | 1111110 | 1100010 | 11010 |
Color Harmonies of #01820E
Complementary color
Monochromatic Colors of #01820E
Black with #01820E
Text Example
Text Example
White with #01820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01820E; }
p { color: rgb(1,130,14); }
H1.HeaderClassName
{
color: #01820E;
}
.AnyTagClassName
{
color: #01820E;
}
</style>
background-color css
<style>
a { background-color: #01820E; }
a { background-color: rgb(1,130,14); }
div.DivClassName
{
background-color: #01820E;
}
.BgClassName
{
background-color: #01820E;
}
</style>
border-color css
<style>
span { border-color: #01820E; }
span { border-color: rgb(1,130,14); }
td.TdClassName
{
border-color: #01820E;
}
.TagClassName
{
border-color: #01820E;
}
</style>