Html Css Color HEX #082720 Dark Green

📋 copy color: '#082720'

red 8 ◦ green 39 ◦ blue 32

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

Shades of Dark Green #082720

Tints of Dark Green #082720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 49.37%

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

R = 10.13%
G = 49.37%
B = 40.51%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.85

RGB Variations

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

Color information

#082720 (or 0x082720) is known color: Dark Green. HEX triplet: 08, 27 and 20. RGB value is (8,39,32). Sum of RGB (Red+Green+Blue) = 8+39+32=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 39 (15.62% from 255 or 49.37% from 79); Blue value is 32 (12.89% from 255 or 40.51% from 79); Max value from RGB is 39 - color contains mainly: green. Hex color #082720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082720 is #F7D8DF. Grayscale: #1C1C1C. Windows color (decimal): -16242912 or 2107144. OLE color: 2107144.

HSL color Cylindrical-coordinate representation of color #082720: hue angle of 166.45º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #082720 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 39 32 -
CMYK 0.79 0 0.18 0.85
HSL 166.45º 0.66% 0.09% -
HSV(B) 166.45º 0.79% 0.15% -
XYZ 1.09 1.61 1.62 -
YUV 28.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 8 39 32 0.79 0 0.18 0.85 166.45 0.66 0.09
Hex 8 27 20 4F 0 12 55 A6 42 9
Octal 10 47 40 117 0 22 125 246 102 11
Binary 1000 100111 100000 1001111 0 10010 1010101 10100110 1000010 1001

Color Harmonies of #082720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082720

Black with #082720

Text Example


Text Example

White with #082720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082720; }

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

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

background-color css

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

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

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

border-color css

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

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

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