#081D18

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

Shades of Dark Green #081D18

Tints of Dark Green #081D18

Color information

#081D18 (or 0x081D18) is unknown color: approx Dark Green. HEX triplet: 08, 1D and 18. RGB value is (8,29,24). Sum of RGB (Red+Green+Blue) = 8+29+24=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 29 (11.72% from 255 or 47.54% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 29 - color contains mainly: green. Hex color #081D18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081D18 is #F7E2E7. Grayscale: #161616. Windows color (decimal): -16245480 or 1580296. OLE color: 1580296.

HSL color Cylindrical-coordinate representation of color #081D18: hue angle of 165.71º 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 #081D18 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.89.

Color convert

RGB82924-
CMYK0.7200.170.89
HSL165.71º56.76%7.25%-
HSV(B)165.71º72.41%11.37%-
XYZ0.711.02-
YUV22.15129.04117.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.11%
GREEN value IS 29 (11.72% from 255) = 47.54%
BLUE value IS 24 (9.77% from 255) = 39.34%
R=13.11%
G=47.54%
B=39.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal829240.7200.170.89165.7156.767.25
Hex81D184801159a6397
Octal103530110021131246717
Binary100011101110001001000010001101100110100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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