#081E12

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

Shades of Dark Green #081E12

Tints of Dark Green #081E12

Color information

#081E12 (or 0x081E12) is unknown color: approx Dark Green. HEX triplet: 08, 1E and 12. RGB value is (8,30,18). Sum of RGB (Red+Green+Blue) = 8+30+18=56 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.29% from 56); Green value is 30 (12.11% from 255 or 53.57% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 30 - color contains mainly: green. Hex color #081E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081E12 is #F7E1ED. Grayscale: #161616. Windows color (decimal): -16245230 or 1187336. OLE color: 1187336.

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

Color convert

RGB83018-
CMYK0.7300.400.88
HSL147.27º57.89%7.45%-
HSV(B)147.27º73.33%11.76%-
XYZ0.671.020.73-
YUV22.05125.71117.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.29%
GREEN value IS 30 (12.11% from 255) = 53.57%
BLUE value IS 18 (7.42% from 255) = 32.14%
R=14.29%
G=53.57%
B=32.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal830180.7300.400.88147.2757.897.45
Hex81E124902858933a7
Octal103622111050130223727
Binary1000111101001010010010101000101100010010011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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