Html Css Color HEX #081A13 Dark Green

📋 copy color: '#081A13'

red 8 ◦ green 26 ◦ blue 19

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

Shades of Dark Green #081A13

Tints of Dark Green #081A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 35.85%

R = 15.09%
G = 49.06%
B = 35.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.90

RGB Variations

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

Color information

#081A13 (or 0x081A13) is known color: Dark Green. HEX triplet: 08, 1A and 13. RGB value is (8,26,19). Sum of RGB (Red+Green+Blue) = 8+26+19=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 26 (10.55% from 255 or 49.06% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 26 - color contains mainly: green. Hex color #081A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081A13 is #F7E5EC. Grayscale: #131313. Windows color (decimal): -16246253 or 1251848. OLE color: 1251848.

HSL color Cylindrical-coordinate representation of color #081A13: hue angle of 156.67º 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 #081A13 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.90.

Color convert

RGB 8 26 19 -
CMYK 0.69 0 0.27 0.90
HSL 156.67º 0.53% 0.07% -
HSV(B) 156.67º 0.69% 0.1% -
XYZ 0.59 0.84 0.75 -
YUV 19.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 8 26 19 0.69 0 0.27 0.90 156.67 0.53 0.07
Hex 8 1A 13 45 0 1B 5A 9D 35 7
Octal 10 32 23 105 0 33 132 235 65 7
Binary 1000 11010 10011 1000101 0 11011 1011010 10011101 110101 111

Color Harmonies of #081A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081A13

Black with #081A13

Text Example


Text Example

White with #081A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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