#001E15

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

Shades of Dark Green #001E15

Tints of Dark Green #001E15

Color information

#001E15 (or 0x001E15) is unknown color: approx Dark Green. HEX triplet: 00, 1E and 15. RGB value is (0,30,21). Sum of RGB (Red+Green+Blue) = 0+30+21=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 30 (12.11% from 255 or 58.82% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 30 - color contains mainly: green. Hex color #001E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E15 is #FFE1EA. Grayscale: #141414. Windows color (decimal): -16769515 or 1383936. OLE color: 1383936.

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

Color convert

RGB03021-
CMYK100.300.88
HSL162º100%5.88%-
HSV(B)162º100%11.76%-
XYZ0.60.980.87-
YUV20128.56113.73-

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) = 58.82%
BLUE value IS 21 (8.59% from 255) = 41.18%
R=0%
G=58.82%
B=41.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal03021100.300.881621005.88
Hex01E156401E58a2646
Octal036251440361302421446
Binary0111101010111001000111101011000101000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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