Html Css Color HEX #08342C Dark Green

📋 copy color: '#08342C'

red 8 ◦ green 52 ◦ blue 44

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

Shades of Dark Green #08342C

Tints of Dark Green #08342C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 42.31%

R = 7.69%
G = 50%
B = 42.31%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.80

RGB Variations

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

Color information

#08342C (or 0x08342C) is known color: Dark Green. HEX triplet: 08, 34 and 2C. RGB value is (8,52,44). Sum of RGB (Red+Green+Blue) = 8+52+44=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #08342C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08342C is #F7CBD3. Grayscale: #252525. Windows color (decimal): -16239572 or 2896904. OLE color: 2896904.

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

Color convert

RGB 8 52 44 -
CMYK 0.85 0 0.15 0.80
HSL 169.09º 0.73% 0.12% -
HSV(B) 169.09º 0.85% 0.2% -
XYZ 1.78 2.69 2.81 -
YUV 37.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 8 52 44 0.85 0 0.15 0.80 169.09 0.73 0.12
Hex 8 34 2C 55 0 F 50 A9 49 C
Octal 10 64 54 125 0 17 120 251 111 14
Binary 1000 110100 101100 1010101 0 1111 1010000 10101001 1001001 1100

Color Harmonies of #08342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08342C

Black with #08342C

Text Example


Text Example

White with #08342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08342C;
 }
 .AnyTagClassName
 {
   color: #08342C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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