#081F1C

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

Shades of Dark Green #081F1C

Tints of Dark Green #081F1C

Color information

#081F1C (or 0x081F1C) is unknown color: approx Dark Green. HEX triplet: 08, 1F and 1C. RGB value is (8,31,28). Sum of RGB (Red+Green+Blue) = 8+31+28=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 31 - color contains mainly: green. Hex color #081F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081F1C is #F7E0E3. Grayscale: #171717. Windows color (decimal): -16244964 or 1842952. OLE color: 1842952.

HSL color Cylindrical-coordinate representation of color #081F1C: hue angle of 172.17º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #081F1C is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB83128-
CMYK0.7400.100.88
HSL172.17º58.97%7.65%-
HSV(B)172.17º74.19%12.16%-
XYZ0.81.121.27-
YUV23.78130.38116.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.94%
GREEN value IS 31 (12.5% from 255) = 46.27%
BLUE value IS 28 (11.33% from 255) = 41.79%
R=11.94%
G=46.27%
B=41.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal831280.7400.100.88172.1758.977.65
Hex81F1C4A0A58ac3b8
Octal1037341120121302547310
Binary100011111111001001010010101011000101011001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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