Html Css Color HEX #082412 Dark Green

📋 copy color: '#082412'

red 8 ◦ green 36 ◦ blue 18

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

Shades of Dark Green #082412

Tints of Dark Green #082412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 29.03%

R = 12.9%
G = 58.06%
B = 29.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#082412 (or 0x082412) is known color: Dark Green. HEX triplet: 08, 24 and 12. RGB value is (8,36,18). Sum of RGB (Red+Green+Blue) = 8+36+18=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 36 (14.45% from 255 or 58.06% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 36 - color contains mainly: green. Hex color #082412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082412 is #F7DBED. Grayscale: #191919. Windows color (decimal): -16243694 or 1188872. OLE color: 1188872.

HSL color Cylindrical-coordinate representation of color #082412: hue angle of 141.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 #082412 is Cyan = 0.78, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB 8 36 18 -
CMYK 0.78 0 0.5 0.86
HSL 141.43º 0.64% 0.09% -
HSV(B) 141.43º 0.78% 0.14% -
XYZ 0.84 1.36 0.79 -
YUV 25.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 8 36 18 0.78 0 0.5 0.86 141.43 0.64 0.09
Hex 8 24 12 4E 0 32 56 8D 40 9
Octal 10 44 22 116 0 62 126 215 100 11
Binary 1000 100100 10010 1001110 0 110010 1010110 10001101 1000000 1001

Color Harmonies of #082412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082412

Black with #082412

Text Example


Text Example

White with #082412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082412; }

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

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

background-color css

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

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

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

border-color css

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

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

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