#08322C

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

Shades of Dark Green #08322C

Tints of Dark Green #08322C

Color information

#08322C (or 0x08322C) is unknown color: approx Dark Green. HEX triplet: 08, 32 and 2C. RGB value is (8,50,44). Sum of RGB (Red+Green+Blue) = 8+50+44=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #08322C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08322C is #F7CDD3. Grayscale: #242424. Windows color (decimal): -16240084 or 2896392. OLE color: 2896392.

HSL color Cylindrical-coordinate representation of color #08322C: hue angle of 171.43º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08322C is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB85044-
CMYK0.8400.120.80
HSL171.43º72.41%11.37%-
HSV(B)171.43º84%19.61%-
XYZ1.72.512.78-
YUV36.76132.09107.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.84%
GREEN value IS 50 (19.92% from 255) = 49.02%
BLUE value IS 44 (17.58% from 255) = 43.14%
R=7.84%
G=49.02%
B=43.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal850440.8400.120.80171.4372.4111.37
Hex8322C540C50ab48b
Octal10625412401412025311013
Binary100011001010110010101000110010100001010101110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08322C; }

 p { color: rgb(8,50,44); }

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

<style>
 a { background-color: #08322C; }

 a { background-color: rgb(8,50,44); }

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

<style>
 span { border-color: #08322C; }

 span { border-color: rgb(8,50,44); }

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