Html Css Color HEX #08321E Dark Green

📋 copy color: '#08321E'

red 8 ◦ green 50 ◦ blue 30

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

Shades of Dark Green #08321E

Tints of Dark Green #08321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 34.09%

R = 9.09%
G = 56.82%
B = 34.09%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#08321E (or 0x08321E) is known color: Dark Green. HEX triplet: 08, 32 and 1E. RGB value is (8,50,30). Sum of RGB (Red+Green+Blue) = 8+50+30=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #08321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08321E is #F7CDE1. Grayscale: #232323. Windows color (decimal): -16240098 or 1978888. OLE color: 1978888.

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

Color convert

RGB 8 50 30 -
CMYK 0.84 0 0.40 0.80
HSL 151.43º 0.72% 0.11% -
HSV(B) 151.43º 0.84% 0.2% -
XYZ 1.48 2.43 1.62 -
YUV 35.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 8 50 30 0.84 0 0.40 0.80 151.43 0.72 0.11
Hex 8 32 1E 54 0 28 50 97 48 B
Octal 10 62 36 124 0 50 120 227 110 13
Binary 1000 110010 11110 1010100 0 101000 1010000 10010111 1001000 1011

Color Harmonies of #08321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08321E

Black with #08321E

Text Example


Text Example

White with #08321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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