Shades of Dark Green #020603
Tints of Dark Green #020603
RGB
CMYK
RGB Variations
Color information
#020603 (or 0x020603) is known color: Dark Green. HEX triplet: 02, 06 and 03. RGB value is (2,6,3). Sum of RGB (Red+Green+Blue) = 2+6+3=11 (1% of max value = 765). Red value is 2 (1.17% from 255 or 18.18% from 11); Green value is 6 (2.73% from 255 or 54.55% from 11); Blue value is 3 (1.56% from 255 or 27.27% from 11); Max value from RGB is 6 - color contains mainly: green. Hex color #020603 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020603 is #FDF9FC. Grayscale: #040404. Windows color (decimal): -16644605 or 198146. OLE color: 198146.
HSL color Cylindrical-coordinate representation of color #020603: hue angle of 135º degrees, saturation: 0.5, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #020603 is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.98.
Color convert
RGB | 2 | 6 | 3 | - |
CMYK | 0.67 | 0 | 0.50 | 0.98 |
HSL | 135º | 0.5% | 0.02% | - |
HSV(B) | 135º | 0.67% | 0.02% | - |
XYZ | 0.11 | 0.15 | 0.11 | - |
YUV | 4.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 6 | 3 | 0.67 | 0 | 0.50 | 0.98 | 135 | 0.5 | 0.02 |
Hex | 2 | 6 | 3 | 43 | 0 | 32 | 62 | 87 | 32 | 2 |
Octal | 2 | 6 | 3 | 103 | 0 | 62 | 142 | 207 | 62 | 2 |
Binary | 10 | 110 | 11 | 1000011 | 0 | 110010 | 1100010 | 10000111 | 110010 | 10 |
Color Harmonies of #020603
Complementary color
Monochromatic Colors of #020603
Black with #020603
Text Example
Text Example
White with #020603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020603; }
p { color: rgb(2,6,3); }
H1.HeaderClassName
{
color: #020603;
}
.AnyTagClassName
{
color: #020603;
}
</style>
background-color css
<style>
a { background-color: #020603; }
a { background-color: rgb(2,6,3); }
div.DivClassName
{
background-color: #020603;
}
.BgClassName
{
background-color: #020603;
}
</style>
border-color css
<style>
span { border-color: #020603; }
span { border-color: rgb(2,6,3); }
td.TdClassName
{
border-color: #020603;
}
.TagClassName
{
border-color: #020603;
}
</style>