Html Css Color HEX #081812 Dark Green

📋 copy color: '#081812'

red 8 ◦ green 24 ◦ blue 18

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

Shades of Dark Green #081812

Tints of Dark Green #081812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 48%

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

R = 16%
G = 48%
B = 36%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#081812 (or 0x081812) is known color: Dark Green. HEX triplet: 08, 18 and 12. RGB value is (8,24,18). Sum of RGB (Red+Green+Blue) = 8+24+18=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 24 - color contains mainly: green. Hex color #081812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081812 is #F7E7ED. Grayscale: #121212. Windows color (decimal): -16246766 or 1185800. OLE color: 1185800.

HSL color Cylindrical-coordinate representation of color #081812: hue angle of 157.5º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #081812 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 24 18 -
CMYK 0.67 0 0.25 0.91
HSL 157.5º 0.5% 0.06% -
HSV(B) 157.5º 0.67% 0.09% -
XYZ 0.54 0.75 0.69 -
YUV 18.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 8 24 18 0.67 0 0.25 0.91 157.5 0.5 0.06
Hex 8 18 12 43 0 19 5B 9E 32 6
Octal 10 30 22 103 0 31 133 236 62 6
Binary 1000 11000 10010 1000011 0 11001 1011011 10011110 110010 110

Color Harmonies of #081812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081812

Black with #081812

Text Example


Text Example

White with #081812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081812; }

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

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

background-color css

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

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

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

border-color css

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

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

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