Shades of Green #01821F
Tints of Green #01821F
RGB
CMYK
RGB Variations
Color information
#01821F (or 0x01821F) is known color: Green. HEX triplet: 01, 82 and 1F. RGB value is (1,130,31). Sum of RGB (Red+Green+Blue) = 1+130+31=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 130 (51.17% from 255 or 80.25% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 130 - color contains mainly: green. Hex color #01821F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01821F is #FE7DE0. Grayscale: #505050. Windows color (decimal): -16678369 or 2064897. OLE color: 2064897.
HSL color Cylindrical-coordinate representation of color #01821F: hue angle of 133.95º 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 #01821F is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 31 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.49 |
| HSL | 133.95º | 0.98% | 0.26% | - |
| HSV(B) | 133.95º | 0.99% | 0.51% | - |
| XYZ | 8.24 | 16.07 | 3.96 | - |
| YUV | 80.14 | 100.26 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 31 | 0.99 | 0 | 0.76 | 0.49 | 133.95 | 0.98 | 0.26 |
| Hex | 1 | 82 | 1F | 63 | 0 | 4C | 31 | 86 | 62 | 1A |
| Octal | 1 | 202 | 37 | 143 | 0 | 114 | 61 | 206 | 142 | 32 |
| Binary | 1 | 10000010 | 11111 | 1100011 | 0 | 1001100 | 110001 | 10000110 | 1100010 | 11010 |
Color Harmonies of #01821F
Complementary color
Monochromatic Colors of #01821F
Black with #01821F
Text Example
Text Example
White with #01821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01821F; }
p { color: rgb(1,130,31); }
H1.HeaderClassName
{
color: #01821F;
}
.AnyTagClassName
{
color: #01821F;
}
</style>
background-color css
<style>
a { background-color: #01821F; }
a { background-color: rgb(1,130,31); }
div.DivClassName
{
background-color: #01821F;
}
.BgClassName
{
background-color: #01821F;
}
</style>
border-color css
<style>
span { border-color: #01821F; }
span { border-color: rgb(1,130,31); }
td.TdClassName
{
border-color: #01821F;
}
.TagClassName
{
border-color: #01821F;
}
</style>