Html Css Color HEX #081A12 Dark Green

📋 copy color: '#081A12'

red 8 ◦ green 26 ◦ blue 18

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

Shades of Dark Green #081A12

Tints of Dark Green #081A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 34.62%

R = 15.38%
G = 50%
B = 34.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.90

RGB Variations

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

Color information

#081A12 (or 0x081A12) is known color: Dark Green. HEX triplet: 08, 1A and 12. RGB value is (8,26,18). Sum of RGB (Red+Green+Blue) = 8+26+18=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 26 (10.55% from 255 or 50% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 26 - color contains mainly: green. Hex color #081A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081A12 is #F7E5ED. Grayscale: #131313. Windows color (decimal): -16246254 or 1186312. OLE color: 1186312.

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

Color convert

RGB 8 26 18 -
CMYK 0.69 0 0.31 0.90
HSL 153.33º 0.53% 0.07% -
HSV(B) 153.33º 0.69% 0.1% -
XYZ 0.58 0.83 0.7 -
YUV 19.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 8 26 18 0.69 0 0.31 0.90 153.33 0.53 0.07
Hex 8 1A 12 45 0 1F 5A 99 35 7
Octal 10 32 22 105 0 37 132 231 65 7
Binary 1000 11010 10010 1000101 0 11111 1011010 10011001 110101 111

Color Harmonies of #081A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081A12

Black with #081A12

Text Example


Text Example

White with #081A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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