#011E0F

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

Shades of Dark Green #011E0F

Tints of Dark Green #011E0F

Color information

#011E0F (or 0x011E0F) is unknown color: approx Dark Green. HEX triplet: 01, 1E and 0F. RGB value is (1,30,15). Sum of RGB (Red+Green+Blue) = 1+30+15=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 30 (12.11% from 255 or 65.22% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 30 - color contains mainly: green. Hex color #011E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E0F is #FEE1F0. Grayscale: #131313. Windows color (decimal): -16703985 or 990721. OLE color: 990721.

HSL color Cylindrical-coordinate representation of color #011E0F: hue angle of 148.97º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011E0F is Cyan = 0.97, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.88.

Color convert

RGB13015-
CMYK0.9700.50.88
HSL148.97º93.55%6.08%-
HSV(B)148.97º96.67%11.76%-
XYZ0.560.970.61-
YUV19.62125.39114.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 2.17%
GREEN value IS 30 (12.11% from 255) = 65.22%
BLUE value IS 15 (6.25% from 255) = 32.61%
R=2.17%
G=65.22%
B=32.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal130150.9700.50.88148.9793.556.08
Hex11EF6103258955e6
Octal136171410621302251366
Binary1111101111110000101100101011000100101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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