#011F1C

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

Shades of Dark Green #011F1C

Tints of Dark Green #011F1C

Color information

#011F1C (or 0x011F1C) is unknown color: approx Dark Green. HEX triplet: 01, 1F and 1C. RGB value is (1,31,28). Sum of RGB (Red+Green+Blue) = 1+31+28=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 31 (12.5% from 255 or 51.67% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 31 - color contains mainly: green. Hex color #011F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F1C is #FEE0E3. Grayscale: #151515. Windows color (decimal): -16703716 or 1842945. OLE color: 1842945.

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

Color convert

RGB13128-
CMYK0.9700.100.88
HSL174º93.75%6.27%-
HSV(B)174º96.77%12.16%-
XYZ0.711.071.27-
YUV21.69131.56113.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.67%
GREEN value IS 31 (12.5% from 255) = 51.67%
BLUE value IS 28 (11.33% from 255) = 46.67%
R=1.67%
G=51.67%
B=46.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal131280.9700.100.8817493.756.27
Hex11F1C610A58ae5e6
Octal137341410121302561366
Binary111111111001100001010101011000101011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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