#081E1C

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

Shades of Dark Green #081E1C

Tints of Dark Green #081E1C

Color information

#081E1C (or 0x081E1C) is unknown color: approx Dark Green. HEX triplet: 08, 1E and 1C. RGB value is (8,30,28). Sum of RGB (Red+Green+Blue) = 8+30+28=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 30 - color contains mainly: green. Hex color #081E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E1C is #F7E1E3. Grayscale: #171717. Windows color (decimal): -16245220 or 1842696. OLE color: 1842696.

HSL color Cylindrical-coordinate representation of color #081E1C: hue angle of 174.55º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #081E1C is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.

Color convert

RGB83028-
CMYK0.7300.070.88
HSL174.55º57.89%7.45%-
HSV(B)174.55º73.33%11.76%-
XYZ0.771.061.26-
YUV23.19130.71117.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.12%
GREEN value IS 30 (12.11% from 255) = 45.45%
BLUE value IS 28 (11.33% from 255) = 42.42%
R=12.12%
G=45.45%
B=42.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal830280.7300.070.88174.5557.897.45
Hex81E1C490758af3a7
Octal10363411107130257727
Binary1000111101110010010010111101100010101111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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