#082014

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

Shades of Dark Green #082014

Tints of Dark Green #082014

Color information

#082014 (or 0x082014) is unknown color: approx Dark Green. HEX triplet: 08, 20 and 14. RGB value is (8,32,20). Sum of RGB (Red+Green+Blue) = 8+32+20=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #082014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082014 is #F7DFEB. Grayscale: #171717. Windows color (decimal): -16244716 or 1318920. OLE color: 1318920.

HSL color Cylindrical-coordinate representation of color #082014: hue angle of 150º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #082014 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.87.

Color convert

RGB83220-
CMYK0.7500.370.87
HSL150º60%7.84%-
HSV(B)150º75%12.55%-
XYZ0.741.140.84-
YUV23.46126.05116.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.33%
GREEN value IS 32 (12.89% from 255) = 53.33%
BLUE value IS 20 (8.20% from 255) = 33.33%
R=13.33%
G=53.33%
B=33.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal832200.7500.370.87150607.84
Hex820144B02557963c8
Octal1040241130451272267410
Binary100010000010100100101101001011010111100101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082014; }

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

 H1.HeaderClassName
 {
   color: #082014;
 }
 .AnyTagClassName
 {
   color: #082014;
 }
</style>
background-color css

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

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

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

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

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

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