#082826

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

Shades of Dark Green #082826

Tints of Dark Green #082826

Color information

#082826 (or 0x082826) is unknown color: approx Dark Green. HEX triplet: 08, 28 and 26. RGB value is (8,40,38). Sum of RGB (Red+Green+Blue) = 8+40+38=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 40 - color contains mainly: green. Hex color #082826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082826 is #F7D7D9. Grayscale: #1E1E1E. Windows color (decimal): -16242650 or 2500616. OLE color: 2500616.

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

Color convert

RGB84038-
CMYK0.8000.050.84
HSL176.25º66.67%9.41%-
HSV(B)176.25º80%15.69%-
XYZ1.211.712.1-
YUV30.2132.4112.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.30%
GREEN value IS 40 (16.02% from 255) = 46.51%
BLUE value IS 38 (15.23% from 255) = 44.19%
R=9.30%
G=46.51%
B=44.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal840380.8000.050.84176.2566.679.41
Hex82826500554b0439
Octal1050461200512426010311
Binary10001010001001101010000010110101001011000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082826; }

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

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

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

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

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

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

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

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