#081B0E

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

Shades of Dark Green #081B0E

Tints of Dark Green #081B0E

Color information

#081B0E (or 0x081B0E) is unknown color: approx Dark Green. HEX triplet: 08, 1B and 0E. RGB value is (8,27,14). Sum of RGB (Red+Green+Blue) = 8+27+14=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 27 (10.94% from 255 or 55.10% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 27 - color contains mainly: green. Hex color #081B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081B0E is #F7E4F1. Grayscale: #131313. Windows color (decimal): -16246002 or 924424. OLE color: 924424.

HSL color Cylindrical-coordinate representation of color #081B0E: hue angle of 138.95º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #081B0E is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB82714-
CMYK0.7000.480.89
HSL138.95º54.29%6.86%-
HSV(B)138.95º70.37%10.59%-
XYZ0.570.870.55-
YUV19.84124.71119.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.33%
GREEN value IS 27 (10.94% from 255) = 55.10%
BLUE value IS 14 (5.86% from 255) = 28.57%
R=16.33%
G=55.10%
B=28.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal827140.7000.480.89138.9554.296.86
Hex81BE46030598b367
Octal103316106060131213667
Binary100011011111010001100110000101100110001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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