Html Css Color HEX #082420 Dark Green

📋 copy color: '#082420'

red 8 ◦ green 36 ◦ blue 32

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

Shades of Dark Green #082420

Tints of Dark Green #082420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 47.37%

 BLUE value IS 32 (12.89% from 255) = 42.11%

R = 10.53%
G = 47.37%
B = 42.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#082420 (or 0x082420) is known color: Dark Green. HEX triplet: 08, 24 and 20. RGB value is (8,36,32). Sum of RGB (Red+Green+Blue) = 8+36+32=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 36 (14.45% from 255 or 47.37% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 36 - color contains mainly: green. Hex color #082420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082420 is #F7DBDF. Grayscale: #1B1B1B. Windows color (decimal): -16243680 or 2106376. OLE color: 2106376.

HSL color Cylindrical-coordinate representation of color #082420: hue angle of 171.43º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #082420 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB 8 36 32 -
CMYK 0.78 0 0.11 0.86
HSL 171.43º 0.64% 0.09% -
HSV(B) 171.43º 0.78% 0.14% -
XYZ 0.99 1.42 1.59 -
YUV 27.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 8 36 32 0.78 0 0.11 0.86 171.43 0.64 0.09
Hex 8 24 20 4E 0 B 56 AB 40 9
Octal 10 44 40 116 0 13 126 253 100 11
Binary 1000 100100 100000 1001110 0 1011 1010110 10101011 1000000 1001

Color Harmonies of #082420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082420

Black with #082420

Text Example


Text Example

White with #082420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082420; }

 p { color: rgb(8,36,32); }

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

background-color css

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

 a { background-color: rgb(8,36,32); }

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

border-color css

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

 span { border-color: rgb(8,36,32); }

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