Html Css Color HEX #081918 Dark Green

📋 copy color: '#081918'

red 8 ◦ green 25 ◦ blue 24

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

Shades of Dark Green #081918

Tints of Dark Green #081918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 43.86%

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

R = 14.04%
G = 43.86%
B = 42.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

#081918 (or 0x081918) is known color: Dark Green. HEX triplet: 08, 19 and 18. RGB value is (8,25,24). Sum of RGB (Red+Green+Blue) = 8+25+24=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 25 - color contains mainly: green. Hex color #081918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081918 is #F7E6E7. Grayscale: #131313. Windows color (decimal): -16246504 or 1579272. OLE color: 1579272.

HSL color Cylindrical-coordinate representation of color #081918: hue angle of 176.47º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #081918 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB 8 25 24 -
CMYK 0.68 0 0.04 0.90
HSL 176.47º 0.52% 0.06% -
HSV(B) 176.47º 0.68% 0.1% -
XYZ 0.61 0.81 0.99 -
YUV 19.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 8 25 24 0.68 0 0.04 0.90 176.47 0.52 0.06
Hex 8 19 18 44 0 4 5A B0 34 6
Octal 10 31 30 104 0 4 132 260 64 6
Binary 1000 11001 11000 1000100 0 100 1011010 10110000 110100 110

Color Harmonies of #081918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081918

Black with #081918

Text Example


Text Example

White with #081918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081918; }

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

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

background-color css

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

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

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

border-color css

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

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

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