#081211

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

Shades of Dark Green #081211

Tints of Dark Green #081211

Color information

#081211 (or 0x081211) is unknown color: approx Dark Green. HEX triplet: 08, 12 and 11. RGB value is (8,18,17). Sum of RGB (Red+Green+Blue) = 8+18+17=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 18 - color contains mainly: green. Hex color #081211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081211 is #F7EDEE. Grayscale: #0E0E0E. Windows color (decimal): -16248303 or 1118728. OLE color: 1118728.

HSL color Cylindrical-coordinate representation of color #081211: hue angle of 174º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #081211 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.

Color convert

RGB81817-
CMYK0.5600.060.93
HSL174º38.46%5.1%-
HSV(B)174º55.56%7.06%-
XYZ0.420.520.61-
YUV14.9129.19123.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.60%
GREEN value IS 18 (7.42% from 255) = 41.86%
BLUE value IS 17 (7.03% from 255) = 39.53%
R=18.60%
G=41.86%
B=39.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal818170.5600.060.9317438.465.1
Hex8121138065Dae265
Octal1022217006135256465
Binary100010010100011110000110101110110101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081211; }

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

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

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

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

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

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

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

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