#081A0E

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

Shades of Dark Green #081A0E

Tints of Dark Green #081A0E

Color information

#081A0E (or 0x081A0E) is unknown color: approx Dark Green. HEX triplet: 08, 1A and 0E. RGB value is (8,26,14). Sum of RGB (Red+Green+Blue) = 8+26+14=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 26 (10.55% from 255 or 54.17% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 26 - color contains mainly: green. Hex color #081A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081A0E is #F7E5F1. Grayscale: #131313. Windows color (decimal): -16246258 or 924168. OLE color: 924168.

HSL color Cylindrical-coordinate representation of color #081A0E: hue angle of 140º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #081A0E is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.90.

Color convert

RGB82614-
CMYK0.6900.460.90
HSL140º52.94%6.67%-
HSV(B)140º69.23%10.2%-
XYZ0.550.820.55-
YUV19.25125.04119.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.67%
GREEN value IS 26 (10.55% from 255) = 54.17%
BLUE value IS 14 (5.86% from 255) = 29.17%
R=16.67%
G=54.17%
B=29.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal826140.6900.460.9014052.946.67
Hex81AE4502E5A8c357
Octal103216105056132214657
Binary100011010111010001010101110101101010001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,26,14); }

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

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

 a { background-color: rgb(8,26,14); }

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

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

 span { border-color: rgb(8,26,14); }

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