#001E1F

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

Shades of Dark Green #001E1F

Tints of Dark Green #001E1F

Color information

#001E1F (or 0x001E1F) is unknown color: approx Dark Green. HEX triplet: 00, 1E and 1F. RGB value is (0,30,31). Sum of RGB (Red+Green+Blue) = 0+30+31=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 30 (12.11% from 255 or 49.18% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #001E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E1F is #FFE1E0. Grayscale: #151515. Windows color (decimal): -16769505 or 2039296. OLE color: 2039296.

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

Color convert

RGB03031-
CMYK10.0300.88
HSL181.94º100%6.08%-
HSV(B)181.94º100%12.16%-
XYZ0.711.031.46-
YUV21.14133.56112.92-

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) = 49.18%
BLUE value IS 31 (12.5% from 255) = 50.82%
R=0%
G=49.18%
B=50.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal0303110.0300.88181.941006.08
Hex01E1F643058b6646
Octal03637144301302661446
Binary0111101111111001001101011000101101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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