Html Css Color HEX #021206 Dark Green

📋 copy color: '#021206'

red 2 ◦ green 18 ◦ blue 6

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

Shades of Dark Green #021206

Tints of Dark Green #021206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 69.23%

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

R = 7.69%
G = 69.23%
B = 23.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.67

 K value IS 0.93

RGB Variations

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

Color information

#021206 (or 0x021206) is known color: Dark Green. HEX triplet: 02, 12 and 06. RGB value is (2,18,6). Sum of RGB (Red+Green+Blue) = 2+18+6=26 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.69% from 26); Green value is 18 (7.42% from 255 or 69.23% from 26); Blue value is 6 (2.73% from 255 or 23.08% from 26); Max value from RGB is 18 - color contains mainly: green. Hex color #021206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021206 is #FDEDF9. Grayscale: #0B0B0B. Windows color (decimal): -16641530 or 397826. OLE color: 397826.

HSL color Cylindrical-coordinate representation of color #021206: hue angle of 135º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #021206 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 18 6 -
CMYK 0.89 0 0.67 0.93
HSL 135º 0.8% 0.04% -
HSV(B) 135º 0.89% 0.07% -
XYZ 0.27 0.46 0.25 -
YUV 11.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 2 18 6 0.89 0 0.67 0.93 135 0.8 0.04
Hex 2 12 6 59 0 43 5D 87 50 4
Octal 2 22 6 131 0 103 135 207 120 4
Binary 10 10010 110 1011001 0 1000011 1011101 10000111 1010000 100

Color Harmonies of #021206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021206

Black with #021206

Text Example


Text Example

White with #021206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021206; }

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

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

background-color css

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

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

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

border-color css

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

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

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