Shades of Dark Green #010302
Tints of Dark Green #010302
RGB
CMYK
RGB Variations
Color information
#010302 (or 0x010302) is known color: Dark Green. HEX triplet: 01, 03 and 02. RGB value is (1,3,2). Sum of RGB (Red+Green+Blue) = 1+3+2=6 (0% of max value = 765). Red value is 1 (0.78% from 255 or 16.67% from 6); Green value is 3 (1.56% from 255 or 50% from 6); Blue value is 2 (1.17% from 255 or 33.33% from 6); Max value from RGB is 3 - color contains mainly: green. Hex color #010302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010302 is #FEFCFD. Grayscale: #020202. Windows color (decimal): -16710910 or 131841. OLE color: 131841.
HSL color Cylindrical-coordinate representation of color #010302: hue angle of 150º degrees, saturation: 0.5, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #010302 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.99.
Color convert
RGB | 1 | 3 | 2 | - |
CMYK | 0.67 | 0 | 0.33 | 0.99 |
HSL | 150º | 0.5% | 0.01% | - |
HSV(B) | 150º | 0.67% | 0.01% | - |
XYZ | 0.06 | 0.08 | 0.07 | - |
YUV | 2.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 3 | 2 | 0.67 | 0 | 0.33 | 0.99 | 150 | 0.5 | 0.01 |
Hex | 1 | 3 | 2 | 43 | 0 | 21 | 63 | 96 | 32 | 1 |
Octal | 1 | 3 | 2 | 103 | 0 | 41 | 143 | 226 | 62 | 1 |
Binary | 1 | 11 | 10 | 1000011 | 0 | 100001 | 1100011 | 10010110 | 110010 | 1 |
Color Harmonies of #010302
Complementary color
Monochromatic Colors of #010302
Black with #010302
Text Example
Text Example
White with #010302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010302; }
p { color: rgb(1,3,2); }
H1.HeaderClassName
{
color: #010302;
}
.AnyTagClassName
{
color: #010302;
}
</style>
background-color css
<style>
a { background-color: #010302; }
a { background-color: rgb(1,3,2); }
div.DivClassName
{
background-color: #010302;
}
.BgClassName
{
background-color: #010302;
}
</style>
border-color css
<style>
span { border-color: #010302; }
span { border-color: rgb(1,3,2); }
td.TdClassName
{
border-color: #010302;
}
.TagClassName
{
border-color: #010302;
}
</style>