#021D1E

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

Shades of Dark Green #021D1E

Tints of Dark Green #021D1E

Color information

#021D1E (or 0x021D1E) is unknown color: approx Dark Green. HEX triplet: 02, 1D and 1E. RGB value is (2,29,30). Sum of RGB (Red+Green+Blue) = 2+29+30=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 29 (11.72% from 255 or 47.54% from 61); Blue value is 30 (12.11% from 255 or 49.18% from 61); Max value from RGB is 30 - color contains mainly: blue. Hex color #021D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D1E is #FDE2E1. Grayscale: #151515. Windows color (decimal): -16638690 or 1973506. OLE color: 1973506.

HSL color Cylindrical-coordinate representation of color #021D1E: hue angle of 182.14º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021D1E is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB22930-
CMYK0.930.0300.88
HSL182.14º87.5%6.27%-
HSV(B)182.14º93.33%11.76%-
XYZ0.70.991.38-
YUV21.04133.05114.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.28%
GREEN value IS 29 (11.72% from 255) = 47.54%
BLUE value IS 30 (12.11% from 255) = 49.18%
R=3.28%
G=47.54%
B=49.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal229300.930.0300.88182.1487.56.27
Hex21D1E5D3058b6586
Octal23536135301302661306
Binary10111011111010111011101011000101101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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