Html Css Color HEX #081912 Dark Green

📋 copy color: '#081912'

red 8 ◦ green 25 ◦ blue 18

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

Shades of Dark Green #081912

Tints of Dark Green #081912

RGB

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

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

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

R = 15.69%
G = 49.02%
B = 35.29%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.28

 K value IS 0.90

RGB Variations

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

Color information

#081912 (or 0x081912) is known color: Dark Green. HEX triplet: 08, 19 and 12. RGB value is (8,25,18). Sum of RGB (Red+Green+Blue) = 8+25+18=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 25 - color contains mainly: green. Hex color #081912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081912 is #F7E6ED. Grayscale: #131313. Windows color (decimal): -16246510 or 1186056. OLE color: 1186056.

HSL color Cylindrical-coordinate representation of color #081912: hue angle of 155.29º 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 #081912 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB 8 25 18 -
CMYK 0.68 0 0.28 0.90
HSL 155.29º 0.52% 0.06% -
HSV(B) 155.29º 0.68% 0.1% -
XYZ 0.56 0.79 0.7 -
YUV 19.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 8 25 18 0.68 0 0.28 0.90 155.29 0.52 0.06
Hex 8 19 12 44 0 1C 5A 9B 34 6
Octal 10 31 22 104 0 34 132 233 64 6
Binary 1000 11001 10010 1000100 0 11100 1011010 10011011 110100 110

Color Harmonies of #081912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081912

Black with #081912

Text Example


Text Example

White with #081912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081912; }

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

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

background-color css

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

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

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

border-color css

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

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

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