#08311D

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

Shades of Dark Green #08311D

Tints of Dark Green #08311D

Color information

#08311D (or 0x08311D) is unknown color: approx Dark Green. HEX triplet: 08, 31 and 1D. RGB value is (8,49,29). Sum of RGB (Red+Green+Blue) = 8+49+29=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 49 (19.53% from 255 or 56.98% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 49 - color contains mainly: green. Hex color #08311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08311D is #F7CEE2. Grayscale: #222222. Windows color (decimal): -16240355 or 1913096. OLE color: 1913096.

HSL color Cylindrical-coordinate representation of color #08311D: hue angle of 150.73º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08311D is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB84929-
CMYK0.8400.410.81
HSL150.73º71.93%11.18%-
HSV(B)150.73º83.67%19.22%-
XYZ1.422.341.54-
YUV34.46124.92109.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.30%
GREEN value IS 49 (19.53% from 255) = 56.98%
BLUE value IS 29 (11.72% from 255) = 33.72%
R=9.30%
G=56.98%
B=33.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal849290.8400.410.81150.7371.9311.18
Hex8311D54029519748b
Octal10613512405112122711013
Binary1000110001111011010100010100110100011001011110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08311D; }

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

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

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

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

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

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

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

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