#081E18

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

Shades of Dark Green #081E18

Tints of Dark Green #081E18

Color information

#081E18 (or 0x081E18) is unknown color: approx Dark Green. HEX triplet: 08, 1E and 18. RGB value is (8,30,24). Sum of RGB (Red+Green+Blue) = 8+30+24=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 30 (12.11% from 255 or 48.39% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 30 - color contains mainly: green. Hex color #081E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081E18 is #F7E1E7. Grayscale: #161616. Windows color (decimal): -16245224 or 1580552. OLE color: 1580552.

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

Color convert

RGB83024-
CMYK0.7300.200.88
HSL163.64º57.89%7.45%-
HSV(B)163.64º73.33%11.76%-
XYZ0.731.051.03-
YUV22.74128.71117.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.90%
GREEN value IS 30 (12.11% from 255) = 48.39%
BLUE value IS 24 (9.77% from 255) = 38.71%
R=12.90%
G=48.39%
B=38.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal830240.7300.200.88163.6457.897.45
Hex81E184901458a43a7
Octal103630111024130244727
Binary100011110110001001001010100101100010100100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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