Html Css Color HEX #082625 Dark Green

📋 copy color: '#082625'

red 8 ◦ green 38 ◦ blue 37

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

Shades of Dark Green #082625

Tints of Dark Green #082625

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

 M value IS 0

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

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

RGB 8 38 37 -
CMYK 0.79 0 0.03 0.85
HSL 178º 0.65% 0.09% -
HSV(B) 178º 0.79% 0.15% -
XYZ 1.13 1.57 1.99 -
YUV 28.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 8 38 37 0.79 0 0.03 0.85 178 0.65 0.09
Hex 8 26 25 4F 0 3 55 B2 41 9
Octal 10 46 45 117 0 3 125 262 101 11
Binary 1000 100110 100101 1001111 0 11 1010101 10110010 1000001 1001

Color Harmonies of #082625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082625

Black with #082625

Text Example


Text Example

White with #082625

Text Example


Text Example

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