#082625

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

Shades of Dark Green #082625

Tints of Dark Green #082625

Color information

#082625 (or 0x082625) is unknown color: approx Dark Green. HEX triplet: 08, 26 and 25. RGB value is (8,38,37). Sum of RGB (Red+Green+Blue) = 8+38+37=83 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.64% from 83); Green value is 38 (15.23% from 255 or 45.78% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 38 - color contains mainly: green. Hex color #082625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082625 is #F7D9DA. Grayscale: #1C1C1C. Windows color (decimal): -16243163 or 2434568. OLE color: 2434568.

HSL color Cylindrical-coordinate representation of color #082625: hue angle of 178º degrees, saturation: 0.65, 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 #082625 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB83837-
CMYK0.7900.030.85
HSL178º65.22%9.02%-
HSV(B)178º78.95%14.9%-
XYZ1.131.571.99-
YUV28.92132.56113.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.64%
GREEN value IS 38 (15.23% from 255) = 45.78%
BLUE value IS 37 (14.84% from 255) = 44.58%
R=9.64%
G=45.78%
B=44.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal838370.7900.030.8517865.229.02
Hex826254F0355b2419
Octal1046451170312526210111
Binary1000100110100101100111101110101011011001010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082625; }

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

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

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

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

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

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

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

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