#082917

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

Shades of Dark Green #082917

Tints of Dark Green #082917

Color information

#082917 (or 0x082917) is unknown color: approx Dark Green. HEX triplet: 08, 29 and 17. RGB value is (8,41,23). Sum of RGB (Red+Green+Blue) = 8+41+23=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 41 (16.41% from 255 or 56.94% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 41 - color contains mainly: green. Hex color #082917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082917 is #F7D6E8. Grayscale: #1D1D1D. Windows color (decimal): -16242409 or 1517832. OLE color: 1517832.

HSL color Cylindrical-coordinate representation of color #082917: hue angle of 147.27º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082917 is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.84.

Color convert

RGB84123-
CMYK0.8000.440.84
HSL147.27º67.35%9.61%-
HSV(B)147.27º80.49%16.08%-
XYZ1.051.71.08-
YUV29.08124.57112.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.11%
GREEN value IS 41 (16.41% from 255) = 56.94%
BLUE value IS 23 (9.38% from 255) = 31.94%
R=11.11%
G=56.94%
B=31.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal841230.8000.440.84147.2767.359.61
Hex829175002C549343a
Octal10512712005412422310312
Binary1000101001101111010000010110010101001001001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082917; }

 p { color: rgb(8,41,23); }

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

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

 a { background-color: rgb(8,41,23); }

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

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

 span { border-color: rgb(8,41,23); }

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