Shades of Dark Green #010402
Tints of Dark Green #010402
RGB
CMYK
RGB Variations
Color information
#010402 (or 0x010402) is known color: Dark Green. HEX triplet: 01, 04 and 02. RGB value is (1,4,2). Sum of RGB (Red+Green+Blue) = 1+4+2=7 (0% of max value = 765). Red value is 1 (0.78% from 255 or 14.29% from 7); Green value is 4 (1.95% from 255 or 57.14% from 7); Blue value is 2 (1.17% from 255 or 28.57% from 7); Max value from RGB is 4 - color contains mainly: green. Hex color #010402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010402 is #FEFBFD. Grayscale: #020202. Windows color (decimal): -16710654 or 132097. OLE color: 132097.
HSL color Cylindrical-coordinate representation of color #010402: hue angle of 140º degrees, saturation: 0.6, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #010402 is Cyan = 0.75, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.98.
Color convert
RGB | 1 | 4 | 2 | - |
CMYK | 0.75 | 0 | 0.5 | 0.98 |
HSL | 140º | 0.6% | 0.01% | - |
HSV(B) | 140º | 0.75% | 0.02% | - |
XYZ | 0.07 | 0.1 | 0.07 | - |
YUV | 2.88 | 127.51 | 126.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 4 | 2 | 0.75 | 0 | 0.5 | 0.98 | 140 | 0.6 | 0.01 |
Hex | 1 | 4 | 2 | 4B | 0 | 32 | 62 | 8C | 3C | 1 |
Octal | 1 | 4 | 2 | 113 | 0 | 62 | 142 | 214 | 74 | 1 |
Binary | 1 | 100 | 10 | 1001011 | 0 | 110010 | 1100010 | 10001100 | 111100 | 1 |
Color Harmonies of #010402
Complementary color
Monochromatic Colors of #010402
Black with #010402
Text Example
Text Example
White with #010402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010402; }
p { color: rgb(1,4,2); }
H1.HeaderClassName
{
color: #010402;
}
.AnyTagClassName
{
color: #010402;
}
</style>
background-color css
<style>
a { background-color: #010402; }
a { background-color: rgb(1,4,2); }
div.DivClassName
{
background-color: #010402;
}
.BgClassName
{
background-color: #010402;
}
</style>
border-color css
<style>
span { border-color: #010402; }
span { border-color: rgb(1,4,2); }
td.TdClassName
{
border-color: #010402;
}
.TagClassName
{
border-color: #010402;
}
</style>