#001E1A

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

Shades of Dark Green #001E1A

Tints of Dark Green #001E1A

Color information

#001E1A (or 0x001E1A) is unknown color: approx Dark Green. HEX triplet: 00, 1E and 1A. RGB value is (0,30,26). Sum of RGB (Red+Green+Blue) = 0+30+26=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 30 (12.11% from 255 or 53.57% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 30 - color contains mainly: green. Hex color #001E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E1A is #FFE1E5. Grayscale: #141414. Windows color (decimal): -16769510 or 1711616. OLE color: 1711616.

HSL color Cylindrical-coordinate representation of color #001E1A: hue angle of 172º 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 #001E1A is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB03026-
CMYK100.130.88
HSL172º100%5.88%-
HSV(B)172º100%11.76%-
XYZ0.6511.14-
YUV20.57131.06113.33-

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) = 53.57%
BLUE value IS 26 (10.55% from 255) = 46.43%
R=0%
G=53.57%
B=46.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal03026100.130.881721005.88
Hex01E1A640D58ac646
Octal036321440151302541446
Binary011110110101100100011011011000101011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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