Html Css Color HEX #08321D Dark Green

📋 copy color: '#08321D'

red 8 ◦ green 50 ◦ blue 29

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

Shades of Dark Green #08321D

Tints of Dark Green #08321D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 57.47%

 BLUE value IS 29 (11.72% from 255) = 33.33%

R = 9.2%
G = 57.47%
B = 33.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#08321D (or 0x08321D) is known color: Dark Green. HEX triplet: 08, 32 and 1D. RGB value is (8,50,29). Sum of RGB (Red+Green+Blue) = 8+50+29=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 50 (19.92% from 255 or 57.47% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 50 - color contains mainly: green. Hex color #08321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08321D is #F7CDE2. Grayscale: #232323. Windows color (decimal): -16240099 or 1913352. OLE color: 1913352.

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

Color convert

RGB 8 50 29 -
CMYK 0.84 0 0.42 0.80
HSL 150º 0.72% 0.11% -
HSV(B) 150º 0.84% 0.2% -
XYZ 1.46 2.42 1.55 -
YUV 35.05 124.59 108.71 -
System Red Green Blue C M Y K H S L
Decimal 8 50 29 0.84 0 0.42 0.80 150 0.72 0.11
Hex 8 32 1D 54 0 2A 50 96 48 B
Octal 10 62 35 124 0 52 120 226 110 13
Binary 1000 110010 11101 1010100 0 101010 1010000 10010110 1001000 1011

Color Harmonies of #08321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08321D

Black with #08321D

Text Example


Text Example

White with #08321D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08321D; }

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

 H1.HeaderClassName
 {
   color: #08321D;
 }
 .AnyTagClassName
 {
   color: #08321D;
 }
</style>

background-color css

<style>
 a { background-color: #08321D; }

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

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

border-color css

<style>
 span { border-color: #08321D; }

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

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