#082715

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

Shades of Dark Green #082715

Tints of Dark Green #082715

Color information

#082715 (or 0x082715) is unknown color: approx Dark Green. HEX triplet: 08, 27 and 15. RGB value is (8,39,21). Sum of RGB (Red+Green+Blue) = 8+39+21=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #082715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082715 is #F7D8EA. Grayscale: #1B1B1B. Windows color (decimal): -16242923 or 1386248. OLE color: 1386248.

HSL color Cylindrical-coordinate representation of color #082715: hue angle of 145.16º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #082715 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB83921-
CMYK0.7900.460.85
HSL145.16º65.96%9.22%-
HSV(B)145.16º79.49%15.29%-
XYZ0.961.560.96-
YUV27.68124.23113.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.76%
GREEN value IS 39 (15.62% from 255) = 57.35%
BLUE value IS 21 (8.59% from 255) = 30.88%
R=11.76%
G=57.35%
B=30.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal839210.7900.460.85145.1665.969.22
Hex827154F02E5591429
Octal10472511705612522110211
Binary1000100111101011001111010111010101011001000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082715; }

 p { color: rgb(8,39,21); }

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

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

 a { background-color: rgb(8,39,21); }

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

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

 span { border-color: rgb(8,39,21); }

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