Html Css Color HEX #021006 Dark Green

📋 copy color: '#021006'

red 2 ◦ green 16 ◦ blue 6

#021006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #021006

Tints of Dark Green #021006

RGB

 RED value IS 2 (1.17% from 255) = 8.33%

 GREEN value IS 16 (6.64% from 255) = 66.67%

 BLUE value IS 6 (2.73% from 255) = 25%

R = 8.33%
G = 66.67%
B = 25%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.62

 K value IS 0.94

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#021006 (or 0x021006) is known color: Dark Green. HEX triplet: 02, 10 and 06. RGB value is (2,16,6). Sum of RGB (Red+Green+Blue) = 2+16+6=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 16 (6.64% from 255 or 66.67% from 24); Blue value is 6 (2.73% from 255 or 25% from 24); Max value from RGB is 16 - color contains mainly: green. Hex color #021006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021006 is #FDEFF9. Grayscale: #0A0A0A. Windows color (decimal): -16642042 or 397314. OLE color: 397314.

HSL color Cylindrical-coordinate representation of color #021006: hue angle of 137.14º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #021006 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.94.

Color convert

RGB 2 16 6 -
CMYK 0.87 0 0.62 0.94
HSL 137.14º 0.78% 0.04% -
HSV(B) 137.14º 0.88% 0.06% -
XYZ 0.24 0.4 0.24 -
YUV 10.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 2 16 6 0.87 0 0.62 0.94 137.14 0.78 0.04
Hex 2 10 6 57 0 3E 5E 89 4E 4
Octal 2 20 6 127 0 76 136 211 116 4
Binary 10 10000 110 1010111 0 111110 1011110 10001001 1001110 100

Color Harmonies of #021006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021006

Black with #021006

Text Example


Text Example

White with #021006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021006; }

 p { color: rgb(2,16,6); }

 H1.HeaderClassName
 {
   color: #021006;
 }
 .AnyTagClassName
 {
   color: #021006;
 }
</style>

background-color css

<style>
 a { background-color: #021006; }

 a { background-color: rgb(2,16,6); }

 div.DivClassName
 {
   background-color: #021006;
 }
 .BgClassName
 {
   background-color: #021006;
 }
</style>

border-color css

<style>
 span { border-color: #021006; }

 span { border-color: rgb(2,16,6); }

 td.TdClassName
 {
   border-color: #021006;
 }
 .TagClassName
 {
   border-color: #021006;
 }
</style>