Html Css Color HEX #082518 Dark Green

📋 copy color: '#082518'

red 8 ◦ green 37 ◦ blue 24

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

Shades of Dark Green #082518

Tints of Dark Green #082518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 34.78%

R = 11.59%
G = 53.62%
B = 34.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#082518 (or 0x082518) is known color: Dark Green. HEX triplet: 08, 25 and 18. RGB value is (8,37,24). Sum of RGB (Red+Green+Blue) = 8+37+24=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #082518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082518 is #F7DAE7. Grayscale: #1A1A1A. Windows color (decimal): -16243432 or 1582344. OLE color: 1582344.

HSL color Cylindrical-coordinate representation of color #082518: hue angle of 153.1º 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 #082518 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 37 24 -
CMYK 0.78 0 0.35 0.85
HSL 153.1º 0.64% 0.09% -
HSV(B) 153.1º 0.78% 0.15% -
XYZ 0.93 1.44 1.09 -
YUV 26.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 8 37 24 0.78 0 0.35 0.85 153.1 0.64 0.09
Hex 8 25 18 4E 0 23 55 99 40 9
Octal 10 45 30 116 0 43 125 231 100 11
Binary 1000 100101 11000 1001110 0 100011 1010101 10011001 1000000 1001

Color Harmonies of #082518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082518

Black with #082518

Text Example


Text Example

White with #082518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082518; }

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

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

background-color css

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

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

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

border-color css

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

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

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