#021614

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

Shades of Dark Green #021614

Tints of Dark Green #021614

Color information

#021614 (or 0x021614) is unknown color: approx Dark Green. HEX triplet: 02, 16 and 14. RGB value is (2,22,20). Sum of RGB (Red+Green+Blue) = 2+22+20=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 22 (8.98% from 255 or 50% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 22 - color contains mainly: green. Hex color #021614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021614 is #FDE9EB. Grayscale: #0F0F0F. Windows color (decimal): -16640492 or 1316354. OLE color: 1316354.

HSL color Cylindrical-coordinate representation of color #021614: hue angle of 174º 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 #021614 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB22220-
CMYK0.9100.090.91
HSL174º83.33%4.71%-
HSV(B)174º90.91%8.63%-
XYZ0.440.640.76-
YUV15.79130.37118.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.55%
GREEN value IS 22 (8.98% from 255) = 50%
BLUE value IS 20 (8.20% from 255) = 45.45%
R=4.55%
G=50%
B=45.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal222200.9100.090.9117483.334.71
Hex216145B095Bae535
Octal226241330111332561235
Binary1010110101001011011010011011011101011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021614; }

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

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

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

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

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

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

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

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