#021A1A

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

Shades of Dark Green #021A1A

Tints of Dark Green #021A1A

Color information

#021A1A (or 0x021A1A) is unknown color: approx Dark Green. HEX triplet: 02, 1A and 1A. RGB value is (2,26,26). Sum of RGB (Red+Green+Blue) = 2+26+26=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 26 (10.55% from 255 or 48.15% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: green, blue. Hex color #021A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A1A is #FDE5E5. Grayscale: #121212. Windows color (decimal): -16639462 or 1710594. OLE color: 1710594.

HSL color Cylindrical-coordinate representation of color #021A1A: hue angle of 180º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021A1A is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB22626-
CMYK0.92000.90
HSL180º85.71%5.49%-
HSV(B)180º92.31%10.2%-
XYZ0.580.831.11-
YUV18.82132.05116-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.70%
GREEN value IS 26 (10.55% from 255) = 48.15%
BLUE value IS 26 (10.55% from 255) = 48.15%
R=3.70%
G=48.15%
B=48.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal226260.92000.9018085.715.49
Hex21A1A5C005Ab4565
Octal23232134001322641265
Binary1011010110101011100001011010101101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021A1A; }

 p { color: rgb(2,26,26); }

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

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

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

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

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

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

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