#021008

Color #021008 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #021008

Tints of Dark Green #021008

Color information

#021008 (or 0x021008) is unknown color: approx 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

RGB2168-
CMYK0.8700.500.94
HSL145.71º77.78%3.53%-
HSV(B)145.71º87.5%6.27%-
XYZ0.250.40.29-
YUV10.9126.36121.65-

RGB Variations

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

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 (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal21680.8700.500.94145.7177.783.53
Hex2108570325E924e4
Octal220101270621362221164
Binary10100001000101011101100101011110100100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>