Html Css Color HEX #08321F Dark Green

📋 copy color: '#08321F'

red 8 ◦ green 50 ◦ blue 31

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

Shades of Dark Green #08321F

Tints of Dark Green #08321F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 34.83%

R = 8.99%
G = 56.18%
B = 34.83%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#08321F (or 0x08321F) is known color: Dark Green. HEX triplet: 08, 32 and 1F. RGB value is (8,50,31). Sum of RGB (Red+Green+Blue) = 8+50+31=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #08321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08321F is #F7CDE0. Grayscale: #232323. Windows color (decimal): -16240097 or 2044424. OLE color: 2044424.

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

Color convert

RGB 8 50 31 -
CMYK 0.84 0 0.38 0.80
HSL 152.86º 0.72% 0.11% -
HSV(B) 152.86º 0.84% 0.2% -
XYZ 1.49 2.43 1.69 -
YUV 35.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 8 50 31 0.84 0 0.38 0.80 152.86 0.72 0.11
Hex 8 32 1F 54 0 26 50 99 48 B
Octal 10 62 37 124 0 46 120 231 110 13
Binary 1000 110010 11111 1010100 0 100110 1010000 10011001 1001000 1011

Color Harmonies of #08321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08321F

Black with #08321F

Text Example


Text Example

White with #08321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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