#001E10

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

Shades of Dark Green #001E10

Tints of Dark Green #001E10

Color information

#001E10 (or 0x001E10) is unknown color: approx Dark Green. HEX triplet: 00, 1E and 10. RGB value is (0,30,16). Sum of RGB (Red+Green+Blue) = 0+30+16=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 30 (12.11% from 255 or 65.22% from 46); Blue value is 16 (6.64% from 255 or 34.78% from 46); Max value from RGB is 30 - color contains mainly: green. Hex color #001E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E10 is #FFE1EF. Grayscale: #131313. Windows color (decimal): -16769520 or 1056256. OLE color: 1056256.

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

Color convert

RGB03016-
CMYK100.470.88
HSL152º100%5.88%-
HSV(B)152º100%11.76%-
XYZ0.560.970.65-
YUV19.43126.06114.14-

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) = 65.22%
BLUE value IS 16 (6.64% from 255) = 34.78%
R=0%
G=65.22%
B=34.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal03016100.470.881521005.88
Hex01E106402F5898646
Octal036201440571302301446
Binary01111010000110010001011111011000100110001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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