Html Css Color HEX #082814 Dark Green

📋 copy color: '#082814'

red 8 ◦ green 40 ◦ blue 20

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

Shades of Dark Green #082814

Tints of Dark Green #082814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 29.41%

R = 11.76%
G = 58.82%
B = 29.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.5

 K value IS 0.84

RGB Variations

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

Color information

#082814 (or 0x082814) is known color: Dark Green. HEX triplet: 08, 28 and 14. RGB value is (8,40,20). Sum of RGB (Red+Green+Blue) = 8+40+20=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 40 (16.02% from 255 or 58.82% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 40 - color contains mainly: green. Hex color #082814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082814 is #F7D7EB. Grayscale: #1C1C1C. Windows color (decimal): -16242668 or 1320968. OLE color: 1320968.

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

Color convert

RGB 8 40 20 -
CMYK 0.80 0 0.5 0.84
HSL 142.5º 0.67% 0.09% -
HSV(B) 142.5º 0.8% 0.16% -
XYZ 0.99 1.62 0.92 -
YUV 28.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 8 40 20 0.80 0 0.5 0.84 142.5 0.67 0.09
Hex 8 28 14 50 0 32 54 8E 43 9
Octal 10 50 24 120 0 62 124 216 103 11
Binary 1000 101000 10100 1010000 0 110010 1010100 10001110 1000011 1001

Color Harmonies of #082814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082814

Black with #082814

Text Example


Text Example

White with #082814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082814; }

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

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

background-color css

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

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

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

border-color css

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

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

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