#021E1E

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

Shades of Dark Green #021E1E

Tints of Dark Green #021E1E

Color information

#021E1E (or 0x021E1E) is unknown color: approx Dark Green. HEX triplet: 02, 1E and 1E. RGB value is (2,30,30). Sum of RGB (Red+Green+Blue) = 2+30+30=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 30 (12.11% from 255 or 48.39% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: green, blue. Hex color #021E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E1E is #FDE1E1. Grayscale: #151515. Windows color (decimal): -16638434 or 1973762. OLE color: 1973762.

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

Color convert

RGB23030-
CMYK0.93000.88
HSL180º87.5%6.27%-
HSV(B)180º93.33%11.76%-
XYZ0.721.041.39-
YUV21.63132.72114-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.23%
GREEN value IS 30 (12.11% from 255) = 48.39%
BLUE value IS 30 (12.11% from 255) = 48.39%
R=3.23%
G=48.39%
B=48.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal230300.93000.8818087.56.27
Hex21E1E5D0058b4586
Octal23636135001302641306
Binary1011110111101011101001011000101101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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