Shades of Green #01821A
Tints of Green #01821A
RGB
CMYK
RGB Variations
Color information
#01821A (or 0x01821A) is known color: Green. HEX triplet: 01, 82 and 1A. RGB value is (1,130,26). Sum of RGB (Red+Green+Blue) = 1+130+26=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 130 (51.17% from 255 or 82.80% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 130 - color contains mainly: green. Hex color #01821A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01821A is #FE7DE5. Grayscale: #4F4F4F. Windows color (decimal): -16678374 or 1737217. OLE color: 1737217.
HSL color Cylindrical-coordinate representation of color #01821A: hue angle of 131.63º 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 #01821A is Cyan = 0.99, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 26 | - |
| CMYK | 0.99 | 0 | 0.8 | 0.49 |
| HSL | 131.63º | 0.98% | 0.26% | - |
| HSV(B) | 131.63º | 0.99% | 0.51% | - |
| XYZ | 8.18 | 16.05 | 3.64 | - |
| YUV | 79.57 | 97.76 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 26 | 0.99 | 0 | 0.8 | 0.49 | 131.63 | 0.98 | 0.26 |
| Hex | 1 | 82 | 1A | 63 | 0 | 50 | 31 | 84 | 62 | 1A |
| Octal | 1 | 202 | 32 | 143 | 0 | 120 | 61 | 204 | 142 | 32 |
| Binary | 1 | 10000010 | 11010 | 1100011 | 0 | 1010000 | 110001 | 10000100 | 1100010 | 11010 |
Color Harmonies of #01821A
Complementary color
Monochromatic Colors of #01821A
Black with #01821A
Text Example
Text Example
White with #01821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01821A; }
p { color: rgb(1,130,26); }
H1.HeaderClassName
{
color: #01821A;
}
.AnyTagClassName
{
color: #01821A;
}
</style>
background-color css
<style>
a { background-color: #01821A; }
a { background-color: rgb(1,130,26); }
div.DivClassName
{
background-color: #01821A;
}
.BgClassName
{
background-color: #01821A;
}
</style>
border-color css
<style>
span { border-color: #01821A; }
span { border-color: rgb(1,130,26); }
td.TdClassName
{
border-color: #01821A;
}
.TagClassName
{
border-color: #01821A;
}
</style>