#021E1C

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

Shades of Dark Green #021E1C

Tints of Dark Green #021E1C

Color information

#021E1C (or 0x021E1C) is unknown color: approx Dark Green. HEX triplet: 02, 1E and 1C. RGB value is (2,30,28). Sum of RGB (Red+Green+Blue) = 2+30+28=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 30 (12.11% from 255 or 50% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 30 - color contains mainly: green. Hex color #021E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E1C is #FDE1E3. Grayscale: #151515. Windows color (decimal): -16638436 or 1842690. OLE color: 1842690.

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

Color convert

RGB23028-
CMYK0.9300.070.88
HSL175.71º87.5%6.27%-
HSV(B)175.71º93.33%11.76%-
XYZ0.71.031.26-
YUV21.4131.72114.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.33%
GREEN value IS 30 (12.11% from 255) = 50%
BLUE value IS 28 (11.33% from 255) = 46.67%
R=3.33%
G=50%
B=46.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal230280.9300.070.88175.7187.56.27
Hex21E1C5D0758b0586
Octal23634135071302601306
Binary101111011100101110101111011000101100001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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