#021D1A

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

Shades of Dark Green #021D1A

Tints of Dark Green #021D1A

Color information

#021D1A (or 0x021D1A) is unknown color: approx Dark Green. HEX triplet: 02, 1D and 1A. RGB value is (2,29,26). Sum of RGB (Red+Green+Blue) = 2+29+26=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 29 (11.72% from 255 or 50.88% from 57); Blue value is 26 (10.55% from 255 or 45.61% from 57); Max value from RGB is 29 - color contains mainly: green. Hex color #021D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D1A is #FDE2E5. Grayscale: #141414. Windows color (decimal): -16638694 or 1711362. OLE color: 1711362.

HSL color Cylindrical-coordinate representation of color #021D1A: hue angle of 173.33º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021D1A is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.89.

Color convert

RGB22926-
CMYK0.9300.100.89
HSL173.33º87.1%6.08%-
HSV(B)173.33º93.1%11.37%-
XYZ0.650.971.13-
YUV20.58131.05114.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.51%
GREEN value IS 29 (11.72% from 255) = 50.88%
BLUE value IS 26 (10.55% from 255) = 45.61%
R=3.51%
G=50.88%
B=45.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal229260.9300.100.89173.3387.16.08
Hex21D1A5D0A59ad576
Octal235321350121312551276
Binary1011101110101011101010101011001101011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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