Html Css Color HEX #082825 Dark Green

📋 copy color: '#082825'

red 8 ◦ green 40 ◦ blue 37

#082825
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #082825

Tints of Dark Green #082825

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 value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#082825 (or 0x082825) is known color: 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

RGB 8 40 37 -
CMYK 0.80 0 0.07 0.84
HSL 174.38º 0.67% 0.09% -
HSV(B) 174.38º 0.8% 0.16% -
XYZ 1.19 1.7 2.02 -
YUV 30.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 8 40 37 0.80 0 0.07 0.84 174.38 0.67 0.09
Hex 8 28 25 50 0 7 54 AE 43 9
Octal 10 50 45 120 0 7 124 256 103 11
Binary 1000 101000 100101 1010000 0 111 1010100 10101110 1000011 1001

Color Harmonies of #082825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082825

Black with #082825

Text Example


Text Example

White with #082825

Text Example


Text Example

HTML Codes & Css Web 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>