#081D10

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

Shades of Dark Green #081D10

Tints of Dark Green #081D10

Color information

#081D10 (or 0x081D10) is unknown color: approx Dark Green. HEX triplet: 08, 1D and 10. RGB value is (8,29,16). Sum of RGB (Red+Green+Blue) = 8+29+16=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #081D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081D10 is #F7E2EF. Grayscale: #151515. Windows color (decimal): -16245488 or 1056008. OLE color: 1056008.

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

Color convert

RGB82916-
CMYK0.7200.450.89
HSL142.86º56.76%7.25%-
HSV(B)142.86º72.41%11.37%-
XYZ0.630.970.64-
YUV21.24125.04118.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.09%
GREEN value IS 29 (11.72% from 255) = 54.72%
BLUE value IS 16 (6.64% from 255) = 30.19%
R=15.09%
G=54.72%
B=30.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal829160.7200.450.89142.8656.767.25
Hex81D104802D598f397
Octal103520110055131217717
Binary1000111011000010010000101101101100110001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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