#081C10

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

Shades of Dark Green #081C10

Tints of Dark Green #081C10

Color information

#081C10 (or 0x081C10) is unknown color: approx Dark Green. HEX triplet: 08, 1C and 10. RGB value is (8,28,16). Sum of RGB (Red+Green+Blue) = 8+28+16=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 28 (11.33% from 255 or 53.85% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 28 - color contains mainly: green. Hex color #081C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081C10 is #F7E3EF. Grayscale: #141414. Windows color (decimal): -16245744 or 1055752. OLE color: 1055752.

HSL color Cylindrical-coordinate representation of color #081C10: hue angle of 144º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #081C10 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.89.

Color convert

RGB82816-
CMYK0.7100.430.89
HSL144º55.56%7.06%-
HSV(B)144º71.43%10.98%-
XYZ0.610.920.64-
YUV20.65125.37118.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.38%
GREEN value IS 28 (11.33% from 255) = 53.85%
BLUE value IS 16 (6.64% from 255) = 30.77%
R=15.38%
G=53.85%
B=30.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal828160.7100.430.8914455.567.06
Hex81C104702B5990387
Octal103420107053131220707
Binary1000111001000010001110101011101100110010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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