#081210

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

Shades of Dark Green #081210

Tints of Dark Green #081210

Color information

#081210 (or 0x081210) is unknown color: approx Dark Green. HEX triplet: 08, 12 and 10. RGB value is (8,18,16). Sum of RGB (Red+Green+Blue) = 8+18+16=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 18 - color contains mainly: green. Hex color #081210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081210 is #F7EDEF. Grayscale: #0E0E0E. Windows color (decimal): -16248304 or 1053192. OLE color: 1053192.

HSL color Cylindrical-coordinate representation of color #081210: hue angle of 168º 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 #081210 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB81816-
CMYK0.5600.110.93
HSL168º38.46%5.1%-
HSV(B)168º55.56%7.06%-
XYZ0.410.520.57-
YUV14.78128.69123.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.05%
GREEN value IS 18 (7.42% from 255) = 42.86%
BLUE value IS 16 (6.64% from 255) = 38.10%
R=19.05%
G=42.86%
B=38.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal818160.5600.110.9316838.465.1
Hex81210380B5Da8265
Octal10222070013135250465
Binary1000100101000011100001011101110110101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081210; }

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

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

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

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

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

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

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

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