Html Css Color HEX #021008 Dark Green

📋 copy color: '#021008'

red 2 ◦ green 16 ◦ blue 8

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

Shades of Dark Green #021008

Tints of Dark Green #021008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 30.77%

R = 7.69%
G = 61.54%
B = 30.77%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.50

 K value IS 0.94

RGB Variations

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

Color information

#021008 (or 0x021008) is known color: Dark Green. HEX triplet: 02, 10 and 08. RGB value is (2,16,8). Sum of RGB (Red+Green+Blue) = 2+16+8=26 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.69% from 26); Green value is 16 (6.64% from 255 or 61.54% from 26); Blue value is 8 (3.52% from 255 or 30.77% from 26); Max value from RGB is 16 - color contains mainly: green. Hex color #021008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021008 is #FDEFF7. Grayscale: #0A0A0A. Windows color (decimal): -16642040 or 528386. OLE color: 528386.

HSL color Cylindrical-coordinate representation of color #021008: hue angle of 145.71º 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 #021008 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.94.

Color convert

RGB 2 16 8 -
CMYK 0.87 0 0.50 0.94
HSL 145.71º 0.78% 0.04% -
HSV(B) 145.71º 0.88% 0.06% -
XYZ 0.25 0.4 0.29 -
YUV 10.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 2 16 8 0.87 0 0.50 0.94 145.71 0.78 0.04
Hex 2 10 8 57 0 32 5E 92 4E 4
Octal 2 20 10 127 0 62 136 222 116 4
Binary 10 10000 1000 1010111 0 110010 1011110 10010010 1001110 100

Color Harmonies of #021008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021008

Black with #021008

Text Example


Text Example

White with #021008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021008; }

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

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

background-color css

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

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

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

border-color css

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

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

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