#001E20

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

Shades of Dark Green #001E20

Tints of Dark Green #001E20

Color information

#001E20 (or 0x001E20) is unknown color: approx Dark Green. HEX triplet: 00, 1E and 20. RGB value is (0,30,32). Sum of RGB (Red+Green+Blue) = 0+30+32=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 30 (12.11% from 255 or 48.39% from 62); Blue value is 32 (12.89% from 255 or 51.61% from 62); Max value from RGB is 32 - color contains mainly: blue. Hex color #001E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E20 is #FFE1DF. Grayscale: #151515. Windows color (decimal): -16769504 or 2104832. OLE color: 2104832.

HSL color Cylindrical-coordinate representation of color #001E20: hue angle of 183.75º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E20 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB03032-
CMYK10.0600.87
HSL183.75º100%6.27%-
HSV(B)183.75º100%12.55%-
XYZ0.721.031.53-
YUV21.26134.06112.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 30 (12.11% from 255) = 48.39%
BLUE value IS 32 (12.89% from 255) = 51.61%
R=0%
G=48.39%
B=51.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal0303210.0600.87183.751006.27
Hex01E20646057b8646
Octal03640144601272701446
Binary011110100000110010011001010111101110001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001E20; }

 p { color: rgb(0,30,32); }

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

<style>
 a { background-color: #001E20; }

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

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

<style>
 span { border-color: #001E20; }

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

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