#081B14

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

Shades of Dark Green #081B14

Tints of Dark Green #081B14

Color information

#081B14 (or 0x081B14) is unknown color: approx Dark Green. HEX triplet: 08, 1B and 14. RGB value is (8,27,20). Sum of RGB (Red+Green+Blue) = 8+27+20=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 27 (10.94% from 255 or 49.09% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 27 - color contains mainly: green. Hex color #081B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081B14 is #F7E4EB. Grayscale: #141414. Windows color (decimal): -16245996 or 1317640. OLE color: 1317640.

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

Color convert

RGB82720-
CMYK0.7000.260.89
HSL157.89º54.29%6.86%-
HSV(B)157.89º70.37%10.59%-
XYZ0.620.890.8-
YUV20.52127.71119.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.55%
GREEN value IS 27 (10.94% from 255) = 49.09%
BLUE value IS 20 (8.20% from 255) = 36.36%
R=14.55%
G=49.09%
B=36.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal827200.7000.260.89157.8954.296.86
Hex81B144601A599e367
Octal103324106032131236667
Binary100011011101001000110011010101100110011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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