#021608

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

Shades of Dark Green #021608

Tints of Dark Green #021608

Color information

#021608 (or 0x021608) is unknown color: approx Dark Green. HEX triplet: 02, 16 and 08. RGB value is (2,22,8). Sum of RGB (Red+Green+Blue) = 2+22+8=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 22 (8.98% from 255 or 68.75% from 32); Blue value is 8 (3.52% from 255 or 25% from 32); Max value from RGB is 22 - color contains mainly: green. Hex color #021608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021608 is #FDE9F7. Grayscale: #0E0E0E. Windows color (decimal): -16640504 or 529922. OLE color: 529922.

HSL color Cylindrical-coordinate representation of color #021608: hue angle of 138º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021608 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.91.

Color convert

RGB2228-
CMYK0.9100.640.91
HSL138º83.33%4.71%-
HSV(B)138º90.91%8.63%-
XYZ0.360.60.33-
YUV14.42124.37119.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.25%
GREEN value IS 22 (8.98% from 255) = 68.75%
BLUE value IS 8 (3.52% from 255) = 25%
R=6.25%
G=68.75%
B=25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22280.9100.640.9113883.334.71
Hex21685B0405B8a535
Octal2261013301001332121235
Binary101011010001011011010000001011011100010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021608; }

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

 H1.HeaderClassName
 {
   color: #021608;
 }
 .AnyTagClassName
 {
   color: #021608;
 }
</style>
background-color css

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

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

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

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

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

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