#082515

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

Shades of Dark Green #082515

Tints of Dark Green #082515

Color information

#082515 (or 0x082515) is unknown color: approx Dark Green. HEX triplet: 08, 25 and 15. RGB value is (8,37,21). Sum of RGB (Red+Green+Blue) = 8+37+21=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #082515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082515 is #F7DAEA. Grayscale: #1A1A1A. Windows color (decimal): -16243435 or 1385736. OLE color: 1385736.

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

Color convert

RGB83721-
CMYK0.7800.430.85
HSL146.9º64.44%8.82%-
HSV(B)146.9º78.38%14.51%-
XYZ0.91.430.94-
YUV26.5124.89114.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.12%
GREEN value IS 37 (14.84% from 255) = 56.06%
BLUE value IS 21 (8.59% from 255) = 31.82%
R=12.12%
G=56.06%
B=31.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal837210.7800.430.85146.964.448.82
Hex825154E02B5593409
Octal10452511605312522310011
Binary1000100101101011001110010101110101011001001110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082515; }

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

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

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

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

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

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

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

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