Html Css Color HEX #08321B Dark Green

📋 copy color: '#08321B'

red 8 ◦ green 50 ◦ blue 27

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

Shades of Dark Green #08321B

Tints of Dark Green #08321B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 31.76%

R = 9.41%
G = 58.82%
B = 31.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.46

 K value IS 0.80

RGB Variations

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

Color information

#08321B (or 0x08321B) is known color: Dark Green. HEX triplet: 08, 32 and 1B. RGB value is (8,50,27). Sum of RGB (Red+Green+Blue) = 8+50+27=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 50 (19.92% from 255 or 58.82% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 50 - color contains mainly: green. Hex color #08321B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08321B is #F7CDE4. Grayscale: #222222. Windows color (decimal): -16240101 or 1782280. OLE color: 1782280.

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

Color convert

RGB 8 50 27 -
CMYK 0.84 0 0.46 0.80
HSL 147.14º 0.72% 0.11% -
HSV(B) 147.14º 0.84% 0.2% -
XYZ 1.44 2.41 1.43 -
YUV 34.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 8 50 27 0.84 0 0.46 0.80 147.14 0.72 0.11
Hex 8 32 1B 54 0 2E 50 93 48 B
Octal 10 62 33 124 0 56 120 223 110 13
Binary 1000 110010 11011 1010100 0 101110 1010000 10010011 1001000 1011

Color Harmonies of #08321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08321B

Black with #08321B

Text Example


Text Example

White with #08321B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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