Html Css Color HEX #081A18 Dark Green

📋 copy color: '#081A18'

red 8 ◦ green 26 ◦ blue 24

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

Shades of Dark Green #081A18

Tints of Dark Green #081A18

RGB

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

 GREEN value IS 26 (10.55% from 255) = 44.83%

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

R = 13.79%
G = 44.83%
B = 41.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.90

RGB Variations

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

Color information

#081A18 (or 0x081A18) is known color: Dark Green. HEX triplet: 08, 1A and 18. RGB value is (8,26,24). Sum of RGB (Red+Green+Blue) = 8+26+24=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 26 (10.55% from 255 or 44.83% from 58); Blue value is 24 (9.77% from 255 or 41.38% from 58); Max value from RGB is 26 - color contains mainly: green. Hex color #081A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081A18 is #F7E5E7. Grayscale: #141414. Windows color (decimal): -16246248 or 1579528. OLE color: 1579528.

HSL color Cylindrical-coordinate representation of color #081A18: hue angle of 173.33º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #081A18 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.90.

Color convert

RGB 8 26 24 -
CMYK 0.69 0 0.08 0.90
HSL 173.33º 0.53% 0.07% -
HSV(B) 173.33º 0.69% 0.1% -
XYZ 0.63 0.86 1 -
YUV 20.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 8 26 24 0.69 0 0.08 0.90 173.33 0.53 0.07
Hex 8 1A 18 45 0 8 5A AD 35 7
Octal 10 32 30 105 0 10 132 255 65 7
Binary 1000 11010 11000 1000101 0 1000 1011010 10101101 110101 111

Color Harmonies of #081A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081A18

Black with #081A18

Text Example


Text Example

White with #081A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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