#082518

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

Shades of Dark Green #082518

Tints of Dark Green #082518

Color information

#082518 (or 0x082518) is unknown color: approx Dark Green. HEX triplet: 08, 25 and 18. RGB value is (8,37,24). Sum of RGB (Red+Green+Blue) = 8+37+24=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #082518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082518 is #F7DAE7. Grayscale: #1A1A1A. Windows color (decimal): -16243432 or 1582344. OLE color: 1582344.

HSL color Cylindrical-coordinate representation of color #082518: hue angle of 153.1º 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 #082518 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB83724-
CMYK0.7800.350.85
HSL153.1º64.44%8.82%-
HSV(B)153.1º78.38%14.51%-
XYZ0.931.441.09-
YUV26.85126.39114.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.59%
GREEN value IS 37 (14.84% from 255) = 53.62%
BLUE value IS 24 (9.77% from 255) = 34.78%
R=11.59%
G=53.62%
B=34.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal837240.7800.350.85153.164.448.82
Hex825184E0235599409
Octal10453011604312523110011
Binary1000100101110001001110010001110101011001100110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082518; }

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

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

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

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

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

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

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

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