#011F18

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

Shades of Dark Green #011F18

Tints of Dark Green #011F18

Color information

#011F18 (or 0x011F18) is unknown color: approx Dark Green. HEX triplet: 01, 1F and 18. RGB value is (1,31,24). Sum of RGB (Red+Green+Blue) = 1+31+24=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 31 (12.5% from 255 or 55.36% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 31 - color contains mainly: green. Hex color #011F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011F18 is #FEE0E7. Grayscale: #151515. Windows color (decimal): -16703720 or 1580801. OLE color: 1580801.

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

Color convert

RGB13124-
CMYK0.9700.230.88
HSL166º93.75%6.27%-
HSV(B)166º96.77%12.16%-
XYZ0.671.051.03-
YUV21.23129.56113.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.79%
GREEN value IS 31 (12.5% from 255) = 55.36%
BLUE value IS 24 (9.77% from 255) = 42.86%
R=1.79%
G=55.36%
B=42.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal131240.9700.230.8816693.756.27
Hex11F186101758a65e6
Octal137301410271302461366
Binary1111111100011000010101111011000101001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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