#081F1B

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

Shades of Dark Green #081F1B

Tints of Dark Green #081F1B

Color information

#081F1B (or 0x081F1B) is unknown color: approx Dark Green. HEX triplet: 08, 1F and 1B. RGB value is (8,31,27). Sum of RGB (Red+Green+Blue) = 8+31+27=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 31 - color contains mainly: green. Hex color #081F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081F1B is #F7E0E4. Grayscale: #171717. Windows color (decimal): -16244965 or 1777416. OLE color: 1777416.

HSL color Cylindrical-coordinate representation of color #081F1B: hue angle of 169.57º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #081F1B is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB83127-
CMYK0.7400.130.88
HSL169.57º58.97%7.65%-
HSV(B)169.57º74.19%12.16%-
XYZ0.791.111.21-
YUV23.67129.88116.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.12%
GREEN value IS 31 (12.5% from 255) = 46.97%
BLUE value IS 27 (10.94% from 255) = 40.91%
R=12.12%
G=46.97%
B=40.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal831270.7400.130.88169.5758.977.65
Hex81F1B4A0D58aa3b8
Octal1037331120151302527310
Binary100011111110111001010011011011000101010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,31,27); }

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

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

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

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

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

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

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