#082814

Color #082814 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #082814

Tints of Dark Green #082814

Color information

#082814 (or 0x082814) is unknown color: approx 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

RGB84020-
CMYK0.8000.50.84
HSL142.5º66.67%9.41%-
HSV(B)142.5º80%15.69%-
XYZ0.991.620.92-
YUV28.15123.4113.63-

RGB Variations

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

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.20% from 255) = 29.41%
R=11.76%
G=58.82%
B=29.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal840200.8000.50.84142.566.679.41
Hex8281450032548e439
Octal10502412006212421610311
Binary1000101000101001010000011001010101001000111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>