#082218

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

Shades of Dark Green #082218

Tints of Dark Green #082218

Color information

#082218 (or 0x082218) is unknown color: approx Dark Green. HEX triplet: 08, 22 and 18. RGB value is (8,34,24). Sum of RGB (Red+Green+Blue) = 8+34+24=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 34 (13.67% from 255 or 51.52% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 34 - color contains mainly: green. Hex color #082218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082218 is #F7DDE7. Grayscale: #191919. Windows color (decimal): -16244200 or 1581576. OLE color: 1581576.

HSL color Cylindrical-coordinate representation of color #082218: hue angle of 156.92º 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 #082218 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.87.

Color convert

RGB83424-
CMYK0.7600.290.87
HSL156.92º61.9%8.24%-
HSV(B)156.92º76.47%13.33%-
XYZ0.841.261.06-
YUV25.09127.39115.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.12%
GREEN value IS 34 (13.67% from 255) = 51.52%
BLUE value IS 24 (9.77% from 255) = 36.36%
R=12.12%
G=51.52%
B=36.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal834240.7600.290.87156.9261.98.24
Hex822184C01D579d3e8
Octal1042301140351272357610
Binary10001000101100010011000111011010111100111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082218; }

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

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

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

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

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

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

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

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