Html Css Color HEX #081312 Dark Green

📋 copy color: '#081312'

red 8 ◦ green 19 ◦ blue 18

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

Shades of Dark Green #081312

Tints of Dark Green #081312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 42.22%

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

R = 17.78%
G = 42.22%
B = 40%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.93

RGB Variations

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

Color information

#081312 (or 0x081312) is known color: Dark Green. HEX triplet: 08, 13 and 12. RGB value is (8,19,18). Sum of RGB (Red+Green+Blue) = 8+19+18=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 19 - color contains mainly: green. Hex color #081312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081312 is #F7ECED. Grayscale: #0F0F0F. Windows color (decimal): -16248046 or 1184520. OLE color: 1184520.

HSL color Cylindrical-coordinate representation of color #081312: hue angle of 174.55º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #081312 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 19 18 -
CMYK 0.58 0 0.05 0.93
HSL 174.55º 0.41% 0.05% -
HSV(B) 174.55º 0.58% 0.07% -
XYZ 0.44 0.56 0.66 -
YUV 15.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 8 19 18 0.58 0 0.05 0.93 174.55 0.41 0.05
Hex 8 13 12 3A 0 5 5D AF 29 5
Octal 10 23 22 72 0 5 135 257 51 5
Binary 1000 10011 10010 111010 0 101 1011101 10101111 101001 101

Color Harmonies of #081312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081312

Black with #081312

Text Example


Text Example

White with #081312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081312; }

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

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

background-color css

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

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

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

border-color css

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

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

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