#011F1B

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

Shades of Dark Green #011F1B

Tints of Dark Green #011F1B

Color information

#011F1B (or 0x011F1B) is unknown color: approx Dark Green. HEX triplet: 01, 1F and 1B. RGB value is (1,31,27). Sum of RGB (Red+Green+Blue) = 1+31+27=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #011F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F1B is #FEE0E4. Grayscale: #151515. Windows color (decimal): -16703717 or 1777409. OLE color: 1777409.

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

Color convert

RGB13127-
CMYK0.9700.130.88
HSL172º93.75%6.27%-
HSV(B)172º96.77%12.16%-
XYZ0.71.071.21-
YUV21.57131.06113.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.69%
GREEN value IS 31 (12.5% from 255) = 52.54%
BLUE value IS 27 (10.94% from 255) = 45.76%
R=1.69%
G=52.54%
B=45.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal131270.9700.130.8817293.756.27
Hex11F1B610D58ac5e6
Octal137331410151302541366
Binary111111110111100001011011011000101011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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