#082825

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

Shades of Dark Green #082825

Tints of Dark Green #082825

Color information

#082825 (or 0x082825) is unknown color: approx Dark Green. HEX triplet: 08, 28 and 25. RGB value is (8,40,37). Sum of RGB (Red+Green+Blue) = 8+40+37=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 40 (16.02% from 255 or 47.06% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 40 - color contains mainly: green. Hex color #082825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082825 is #F7D7DA. Grayscale: #1E1E1E. Windows color (decimal): -16242651 or 2435080. OLE color: 2435080.

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

Color convert

RGB84037-
CMYK0.8000.070.84
HSL174.38º66.67%9.41%-
HSV(B)174.38º80%15.69%-
XYZ1.191.72.02-
YUV30.09131.9112.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.41%
GREEN value IS 40 (16.02% from 255) = 47.06%
BLUE value IS 37 (14.84% from 255) = 43.53%
R=9.41%
G=47.06%
B=43.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal840370.8000.070.84174.3866.679.41
Hex82825500754ae439
Octal1050451200712425610311
Binary10001010001001011010000011110101001010111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082825; }

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

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

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

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

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

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

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

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