Html Css Color HEX #082519 Dark Green

📋 copy color: '#082519'

red 8 ◦ green 37 ◦ blue 25

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

Shades of Dark Green #082519

Tints of Dark Green #082519

RGB

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

 GREEN value IS 37 (14.84% from 255) = 52.86%

 BLUE value IS 25 (10.16% from 255) = 35.71%

R = 11.43%
G = 52.86%
B = 35.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#082519 (or 0x082519) is known color: Dark Green. HEX triplet: 08, 25 and 19. RGB value is (8,37,25). Sum of RGB (Red+Green+Blue) = 8+37+25=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #082519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082519 is #F7DAE6. Grayscale: #1A1A1A. Windows color (decimal): -16243431 or 1647880. OLE color: 1647880.

HSL color Cylindrical-coordinate representation of color #082519: hue angle of 155.17º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #082519 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 37 25 -
CMYK 0.78 0 0.32 0.85
HSL 155.17º 0.64% 0.09% -
HSV(B) 155.17º 0.78% 0.15% -
XYZ 0.94 1.44 1.15 -
YUV 26.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 8 37 25 0.78 0 0.32 0.85 155.17 0.64 0.09
Hex 8 25 19 4E 0 20 55 9B 40 9
Octal 10 45 31 116 0 40 125 233 100 11
Binary 1000 100101 11001 1001110 0 100000 1010101 10011011 1000000 1001

Color Harmonies of #082519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082519

Black with #082519

Text Example


Text Example

White with #082519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082519; }

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

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

background-color css

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

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

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

border-color css

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

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

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