#001E1D

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

Shades of Dark Green #001E1D

Tints of Dark Green #001E1D

Color information

#001E1D (or 0x001E1D) is unknown color: approx Dark Green. HEX triplet: 00, 1E and 1D. RGB value is (0,30,29). Sum of RGB (Red+Green+Blue) = 0+30+29=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 30 (12.11% from 255 or 50.85% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 30 - color contains mainly: green. Hex color #001E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E1D is #FFE1E2. Grayscale: #141414. Windows color (decimal): -16769507 or 1908224. OLE color: 1908224.

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

Color convert

RGB03029-
CMYK100.030.88
HSL178º100%5.88%-
HSV(B)178º100%11.76%-
XYZ0.691.021.32-
YUV20.92132.56113.08-

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) = 50.85%
BLUE value IS 29 (11.72% from 255) = 49.15%
R=0%
G=50.85%
B=49.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal03029100.030.881781005.88
Hex01E1D640358b2646
Octal03635144031302621446
Binary0111101110111001000111011000101100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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