#021E1D

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

Shades of Dark Green #021E1D

Tints of Dark Green #021E1D

Color information

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

HSL color Cylindrical-coordinate representation of color #021E1D: hue angle of 177.86º 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 #021E1D is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB23029-
CMYK0.9300.030.88
HSL177.86º87.5%6.27%-
HSV(B)177.86º93.33%11.76%-
XYZ0.711.031.32-
YUV21.51132.22114.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal230290.9300.030.88177.8687.56.27
Hex21E1D5D0358b2586
Octal23635135031302621306
Binary10111101110110111010111011000101100101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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