#011F1F

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

Shades of Dark Green #011F1F

Tints of Dark Green #011F1F

Color information

#011F1F (or 0x011F1F) is unknown color: approx Dark Green. HEX triplet: 01, 1F and 1F. RGB value is (1,31,31). Sum of RGB (Red+Green+Blue) = 1+31+31=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 31 (12.5% from 255 or 49.21% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: green, blue. Hex color #011F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F1F is #FEE0E0. Grayscale: #161616. Windows color (decimal): -16703713 or 2039553. OLE color: 2039553.

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

Color convert

RGB13131-
CMYK0.97000.88
HSL180º93.75%6.27%-
HSV(B)180º96.77%12.16%-
XYZ0.751.091.47-
YUV22.03133.06113-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.59%
GREEN value IS 31 (12.5% from 255) = 49.21%
BLUE value IS 31 (12.5% from 255) = 49.21%
R=1.59%
G=49.21%
B=49.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal131310.97000.8818093.756.27
Hex11F1F610058b45e6
Octal13737141001302641366
Binary111111111111100001001011000101101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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