#08311B

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

Shades of Dark Green #08311B

Tints of Dark Green #08311B

Color information

#08311B (or 0x08311B) is unknown color: approx Dark Green. HEX triplet: 08, 31 and 1B. RGB value is (8,49,27). Sum of RGB (Red+Green+Blue) = 8+49+27=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #08311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08311B is #F7CEE4. Grayscale: #222222. Windows color (decimal): -16240357 or 1782024. OLE color: 1782024.

HSL color Cylindrical-coordinate representation of color #08311B: hue angle of 147.8º 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 #08311B is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB84927-
CMYK0.8400.450.81
HSL147.8º71.93%11.18%-
HSV(B)147.8º83.67%19.22%-
XYZ1.42.331.41-
YUV34.23123.92109.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.52%
GREEN value IS 49 (19.53% from 255) = 58.33%
BLUE value IS 27 (10.94% from 255) = 32.14%
R=9.52%
G=58.33%
B=32.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal849270.8400.450.81147.871.9311.18
Hex8311B5402D519448b
Octal10613312405512122411013
Binary1000110001110111010100010110110100011001010010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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