#001E0F

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

Shades of Dark Green #001E0F

Tints of Dark Green #001E0F

Color information

#001E0F (or 0x001E0F) is unknown color: approx Dark Green. HEX triplet: 00, 1E and 0F. RGB value is (0,30,15). Sum of RGB (Red+Green+Blue) = 0+30+15=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 30 (12.11% from 255 or 66.67% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 30 - color contains mainly: green. Hex color #001E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E0F is #FFE1F0. Grayscale: #131313. Windows color (decimal): -16769521 or 990720. OLE color: 990720.

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

Color convert

RGB03015-
CMYK100.50.88
HSL150º100%5.88%-
HSV(B)150º100%11.76%-
XYZ0.550.960.61-
YUV19.32125.56114.22-

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) = 66.67%
BLUE value IS 15 (6.25% from 255) = 33.33%
R=0%
G=66.67%
B=33.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal03015100.50.881501005.88
Hex01EF640325896646
Octal036171440621302261446
Binary0111101111110010001100101011000100101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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