#08322A

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

Shades of Dark Green #08322A

Tints of Dark Green #08322A

Color information

#08322A (or 0x08322A) is unknown color: approx Dark Green. HEX triplet: 08, 32 and 2A. RGB value is (8,50,42). Sum of RGB (Red+Green+Blue) = 8+50+42=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #08322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08322A is #F7CDD5. Grayscale: #242424. Windows color (decimal): -16240086 or 2765320. OLE color: 2765320.

HSL color Cylindrical-coordinate representation of color #08322A: hue angle of 168.57º 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 #08322A is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.

Color convert

RGB85042-
CMYK0.8400.160.80
HSL168.57º72.41%11.37%-
HSV(B)168.57º84%19.61%-
XYZ1.662.52.59-
YUV36.53131.09107.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8%
GREEN value IS 50 (19.92% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 42%
R=8%
G=50%
B=42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal850420.8400.160.80168.5772.4111.37
Hex8322A5401050a948b
Octal10625212402012025111013
Binary1000110010101010101010001000010100001010100110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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