#08342A

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

Shades of Dark Green #08342A

Tints of Dark Green #08342A

Color information

#08342A (or 0x08342A) is unknown color: approx Dark Green. HEX triplet: 08, 34 and 2A. RGB value is (8,52,42). Sum of RGB (Red+Green+Blue) = 8+52+42=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #08342A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08342A is #F7CBD5. Grayscale: #252525. Windows color (decimal): -16239574 or 2765832. OLE color: 2765832.

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

Color convert

RGB85242-
CMYK0.8500.190.80
HSL166.36º73.33%11.76%-
HSV(B)166.36º84.62%20.39%-
XYZ1.752.672.61-
YUV37.7130.42106.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.84%
GREEN value IS 52 (20.70% from 255) = 50.98%
BLUE value IS 42 (16.80% from 255) = 41.18%
R=7.84%
G=50.98%
B=41.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal852420.8500.190.80166.3673.3311.76
Hex8342A5501350a649c
Octal10645212502312024611114
Binary1000110100101010101010101001110100001010011010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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