#081F14

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

Shades of Dark Green #081F14

Tints of Dark Green #081F14

Color information

#081F14 (or 0x081F14) is unknown color: approx Dark Green. HEX triplet: 08, 1F and 14. RGB value is (8,31,20). Sum of RGB (Red+Green+Blue) = 8+31+20=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #081F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081F14 is #F7E0EB. Grayscale: #161616. Windows color (decimal): -16244972 or 1318664. OLE color: 1318664.

HSL color Cylindrical-coordinate representation of color #081F14: hue angle of 151.3º 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 #081F14 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB83120-
CMYK0.7400.350.88
HSL151.3º58.97%7.65%-
HSV(B)151.3º74.19%12.16%-
XYZ0.721.080.83-
YUV22.87126.38117.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.56%
GREEN value IS 31 (12.5% from 255) = 52.54%
BLUE value IS 20 (8.20% from 255) = 33.90%
R=13.56%
G=52.54%
B=33.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal831200.7400.350.88151.358.977.65
Hex81F144A02358973b8
Octal1037241120431302277310
Binary10001111110100100101001000111011000100101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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