Html Css Color HEX #082725 Dark Green

📋 copy color: '#082725'

red 8 ◦ green 39 ◦ blue 37

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

Shades of Dark Green #082725

Tints of Dark Green #082725

RGB

 RED value IS 8 (3.52% from 255) = 9.52%

 GREEN value IS 39 (15.63% from 255) = 46.43%

 BLUE value IS 37 (14.84% from 255) = 44.05%

R = 9.52%
G = 46.43%
B = 44.05%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#082725 (or 0x082725) is known color: Dark Green. HEX triplet: 08, 27 and 25. RGB value is (8,39,37). Sum of RGB (Red+Green+Blue) = 8+39+37=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 39 (15.62% from 255 or 46.43% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 39 - color contains mainly: green. Hex color #082725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082725 is #F7D8DA. Grayscale: #1D1D1D. Windows color (decimal): -16242907 or 2434824. OLE color: 2434824.

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

Color convert

RGB 8 39 37 -
CMYK 0.79 0 0.05 0.85
HSL 176.13º 0.66% 0.09% -
HSV(B) 176.13º 0.79% 0.15% -
XYZ 1.16 1.64 2 -
YUV 29.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 8 39 37 0.79 0 0.05 0.85 176.13 0.66 0.09
Hex 8 27 25 4F 0 5 55 B0 42 9
Octal 10 47 45 117 0 5 125 260 102 11
Binary 1000 100111 100101 1001111 0 101 1010101 10110000 1000010 1001

Color Harmonies of #082725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082725

Black with #082725

Text Example


Text Example

White with #082725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082725; }

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

 H1.HeaderClassName
 {
   color: #082725;
 }
 .AnyTagClassName
 {
   color: #082725;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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