#011F0E

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

Shades of Dark Green #011F0E

Tints of Dark Green #011F0E

Color information

#011F0E (or 0x011F0E) is unknown color: approx Dark Green. HEX triplet: 01, 1F and 0E. RGB value is (1,31,14). Sum of RGB (Red+Green+Blue) = 1+31+14=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 31 (12.5% from 255 or 67.39% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 31 - color contains mainly: green. Hex color #011F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011F0E is #FEE0F1. Grayscale: #141414. Windows color (decimal): -16703730 or 925441. OLE color: 925441.

HSL color Cylindrical-coordinate representation of color #011F0E: hue angle of 146º 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 #011F0E is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.88.

Color convert

RGB13114-
CMYK0.9700.550.88
HSL146º93.75%6.27%-
HSV(B)146º96.77%12.16%-
XYZ0.581.020.58-
YUV20.09124.56114.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.17%
GREEN value IS 31 (12.5% from 255) = 67.39%
BLUE value IS 14 (5.86% from 255) = 30.43%
R=2.17%
G=67.39%
B=30.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal131140.9700.550.8814693.756.27
Hex11FE6103758925e6
Octal137161410671302221366
Binary1111111110110000101101111011000100100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,31,14); }

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

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

 a { background-color: rgb(1,31,14); }

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

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

 span { border-color: rgb(1,31,14); }

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