#08312D

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

Shades of Dark Green #08312D

Tints of Dark Green #08312D

Color information

#08312D (or 0x08312D) is unknown color: approx Dark Green. HEX triplet: 08, 31 and 2D. RGB value is (8,49,45). Sum of RGB (Red+Green+Blue) = 8+49+45=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #08312D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08312D is #F7CED2. Grayscale: #242424. Windows color (decimal): -16240339 or 2961672. OLE color: 2961672.

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

Color convert

RGB84945-
CMYK0.8400.080.81
HSL174.15º71.93%11.18%-
HSV(B)174.15º83.67%19.22%-
XYZ1.672.442.87-
YUV36.28132.92107.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.84%
GREEN value IS 49 (19.53% from 255) = 48.04%
BLUE value IS 45 (17.97% from 255) = 44.12%
R=7.84%
G=48.04%
B=44.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal849450.8400.080.81174.1571.9311.18
Hex8312D540851ae48b
Octal10615512401012125611013
Binary100011000110110110101000100010100011010111010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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