#08342E

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

Shades of Dark Green #08342E

Tints of Dark Green #08342E

Color information

#08342E (or 0x08342E) is unknown color: approx Dark Green. HEX triplet: 08, 34 and 2E. RGB value is (8,52,46). Sum of RGB (Red+Green+Blue) = 8+52+46=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 46 (18.36% from 255 or 43.40% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #08342E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08342E is #F7CBD1. Grayscale: #262626. Windows color (decimal): -16239570 or 3027976. OLE color: 3027976.

HSL color Cylindrical-coordinate representation of color #08342E: hue angle of 171.82º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08342E is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB85246-
CMYK0.8500.120.80
HSL171.82º73.33%11.76%-
HSV(B)171.82º84.62%20.39%-
XYZ1.822.73.01-
YUV38.16132.42106.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.55%
GREEN value IS 52 (20.70% from 255) = 49.06%
BLUE value IS 46 (18.36% from 255) = 43.40%
R=7.55%
G=49.06%
B=43.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal852460.8500.120.80171.8273.3311.76
Hex8342E550C50ac49c
Octal10645612501412025411114
Binary100011010010111010101010110010100001010110010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08342E; }

 p { color: rgb(8,52,46); }

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

<style>
 a { background-color: #08342E; }

 a { background-color: rgb(8,52,46); }

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

<style>
 span { border-color: #08342E; }

 span { border-color: rgb(8,52,46); }

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