Html Css Color HEX #08342E Dark Green

📋 copy color: '#08342E'

red 8 ◦ green 52 ◦ blue 46

#08342E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #08342E

Tints of Dark Green #08342E

RGB

 RED value IS 8 (3.52% from 255) = 7.55%

 GREEN value IS 52 (20.7% from 255) = 49.06%

 BLUE value IS 46 (18.36% from 255) = 43.4%

R = 7.55%
G = 49.06%
B = 43.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#08342E (or 0x08342E) is known color: 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

RGB 8 52 46 -
CMYK 0.85 0 0.12 0.80
HSL 171.82º 0.73% 0.12% -
HSV(B) 171.82º 0.85% 0.2% -
XYZ 1.82 2.7 3.01 -
YUV 38.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 8 52 46 0.85 0 0.12 0.80 171.82 0.73 0.12
Hex 8 34 2E 55 0 C 50 AC 49 C
Octal 10 64 56 125 0 14 120 254 111 14
Binary 1000 110100 101110 1010101 0 1100 1010000 10101100 1001001 1100

Color Harmonies of #08342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08342E

Black with #08342E

Text Example


Text Example

White with #08342E

Text Example


Text Example

HTML Codes & Css Web 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>