#081D16

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

Shades of Dark Green #081D16

Tints of Dark Green #081D16

Color information

#081D16 (or 0x081D16) is unknown color: approx Dark Green. HEX triplet: 08, 1D and 16. RGB value is (8,29,22). Sum of RGB (Red+Green+Blue) = 8+29+22=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 29 (11.72% from 255 or 49.15% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 29 - color contains mainly: green. Hex color #081D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081D16 is #F7E2E9. Grayscale: #151515. Windows color (decimal): -16245482 or 1449224. OLE color: 1449224.

HSL color Cylindrical-coordinate representation of color #081D16: hue angle of 160º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #081D16 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.89.

Color convert

RGB82922-
CMYK0.7200.240.89
HSL160º56.76%7.25%-
HSV(B)160º72.41%11.37%-
XYZ0.680.990.91-
YUV21.92128.04118.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.56%
GREEN value IS 29 (11.72% from 255) = 49.15%
BLUE value IS 22 (8.98% from 255) = 37.29%
R=13.56%
G=49.15%
B=37.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal829220.7200.240.8916056.767.25
Hex81D164801859a0397
Octal103526110030131240717
Binary100011101101101001000011000101100110100000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,29,22); }

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

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

 a { background-color: rgb(8,29,22); }

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

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

 span { border-color: rgb(8,29,22); }

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