#082214

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

Shades of Dark Green #082214

Tints of Dark Green #082214

Color information

#082214 (or 0x082214) is unknown color: approx Dark Green. HEX triplet: 08, 22 and 14. RGB value is (8,34,20). Sum of RGB (Red+Green+Blue) = 8+34+20=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 34 (13.67% from 255 or 54.84% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 34 - color contains mainly: green. Hex color #082214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082214 is #F7DDEB. Grayscale: #181818. Windows color (decimal): -16244204 or 1319432. OLE color: 1319432.

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

Color convert

RGB83420-
CMYK0.7600.410.87
HSL147.69º61.9%8.24%-
HSV(B)147.69º76.47%13.33%-
XYZ0.81.250.86-
YUV24.63125.39116.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.90%
GREEN value IS 34 (13.67% from 255) = 54.84%
BLUE value IS 20 (8.20% from 255) = 32.26%
R=12.90%
G=54.84%
B=32.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal834200.7600.410.87147.6961.98.24
Hex822144C02957943e8
Octal1042241140511272247610
Binary100010001010100100110001010011010111100101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082214; }

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

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

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

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

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

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

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

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