Html Css Color HEX #082824 Dark Green

📋 copy color: '#082824'

red 8 ◦ green 40 ◦ blue 36

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

Shades of Dark Green #082824

Tints of Dark Green #082824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 47.62%

 BLUE value IS 36 (14.45% from 255) = 42.86%

R = 9.52%
G = 47.62%
B = 42.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#082824 (or 0x082824) is known color: Dark Green. HEX triplet: 08, 28 and 24. RGB value is (8,40,36). Sum of RGB (Red+Green+Blue) = 8+40+36=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 40 - color contains mainly: green. Hex color #082824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082824 is #F7D7DB. Grayscale: #1D1D1D. Windows color (decimal): -16242652 or 2369544. OLE color: 2369544.

HSL color Cylindrical-coordinate representation of color #082824: hue angle of 172.5º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082824 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB 8 40 36 -
CMYK 0.80 0 0.10 0.84
HSL 172.5º 0.67% 0.09% -
HSV(B) 172.5º 0.8% 0.16% -
XYZ 1.18 1.7 1.93 -
YUV 29.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 8 40 36 0.80 0 0.10 0.84 172.5 0.67 0.09
Hex 8 28 24 50 0 A 54 AC 43 9
Octal 10 50 44 120 0 12 124 254 103 11
Binary 1000 101000 100100 1010000 0 1010 1010100 10101100 1000011 1001

Color Harmonies of #082824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082824

Black with #082824

Text Example


Text Example

White with #082824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082824; }

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

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

background-color css

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

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

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

border-color css

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

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

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