#011F1E

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

Shades of Dark Green #011F1E

Tints of Dark Green #011F1E

Color information

#011F1E (or 0x011F1E) is unknown color: approx Dark Green. HEX triplet: 01, 1F and 1E. RGB value is (1,31,30). Sum of RGB (Red+Green+Blue) = 1+31+30=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 31 (12.5% from 255 or 50% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 31 - color contains mainly: green. Hex color #011F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F1E is #FEE0E1. Grayscale: #151515. Windows color (decimal): -16703714 or 1974017. OLE color: 1974017.

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

Color convert

RGB13130-
CMYK0.9700.030.88
HSL178º93.75%6.27%-
HSV(B)178º96.77%12.16%-
XYZ0.741.081.4-
YUV21.92132.56113.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.61%
GREEN value IS 31 (12.5% from 255) = 50%
BLUE value IS 30 (12.11% from 255) = 48.39%
R=1.61%
G=50%
B=48.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal131300.9700.030.8817893.756.27
Hex11F1E610358b25e6
Octal13736141031302621366
Binary1111111111011000010111011000101100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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