#081A1A

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

Shades of Dark Green #081A1A

Tints of Dark Green #081A1A

Color information

#081A1A (or 0x081A1A) is unknown color: approx Dark Green. HEX triplet: 08, 1A and 1A. RGB value is (8,26,26). Sum of RGB (Red+Green+Blue) = 8+26+26=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 26 (10.55% from 255 or 43.33% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 26 - color contains mainly: green, blue. Hex color #081A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081A1A is #F7E5E5. Grayscale: #141414. Windows color (decimal): -16246246 or 1710600. OLE color: 1710600.

HSL color Cylindrical-coordinate representation of color #081A1A: hue angle of 180º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #081A1A is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB82626-
CMYK0.69000.90
HSL180º52.94%6.67%-
HSV(B)180º69.23%10.2%-
XYZ0.660.861.11-
YUV20.62131.04119-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.33%
GREEN value IS 26 (10.55% from 255) = 43.33%
BLUE value IS 26 (10.55% from 255) = 43.33%
R=13.33%
G=43.33%
B=43.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal826260.69000.9018052.946.67
Hex81A1A45005Ab4357
Octal10323210500132264657
Binary10001101011010100010100101101010110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,26,26); }

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

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

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

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

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

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

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