#021410

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

Shades of Dark Green #021410

Tints of Dark Green #021410

Color information

#021410 (or 0x021410) is unknown color: approx Dark Green. HEX triplet: 02, 14 and 10. RGB value is (2,20,16). Sum of RGB (Red+Green+Blue) = 2+20+16=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 20 (8.20% from 255 or 52.63% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 20 - color contains mainly: green. Hex color #021410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021410 is #FDEBEF. Grayscale: #0E0E0E. Windows color (decimal): -16641008 or 1053698. OLE color: 1053698.

HSL color Cylindrical-coordinate representation of color #021410: hue angle of 166.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021410 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.92.

Color convert

RGB22016-
CMYK0.9000.200.92
HSL166.67º81.82%4.31%-
HSV(B)166.67º90%7.84%-
XYZ0.370.550.58-
YUV14.16129.04119.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.26%
GREEN value IS 20 (8.20% from 255) = 52.63%
BLUE value IS 16 (6.64% from 255) = 42.11%
R=5.26%
G=52.63%
B=42.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal220160.9000.200.92166.6781.824.31
Hex214105A0145Ca7524
Octal224201320241342471224
Binary10101001000010110100101001011100101001111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021410; }

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

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

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

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

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

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

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

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