Html Css Color HEX #080D0C Dark Green

📋 copy color: '#080D0C'

red 8 ◦ green 13 ◦ blue 12

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

Shades of Dark Green #080D0C

Tints of Dark Green #080D0C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 39.39%

 BLUE value IS 12 (5.08% from 255) = 36.36%

R = 24.24%
G = 39.39%
B = 36.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.95

RGB Variations

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

Color information

#080D0C (or 0x080D0C) is known color: Dark Green. HEX triplet: 08, 0D and 0C. RGB value is (8,13,12). Sum of RGB (Red+Green+Blue) = 8+13+12=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 12 (5.08% from 255 or 36.36% from 33); Max value from RGB is 13 - color contains mainly: green. Hex color #080D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D0C is #F7F2F3. Grayscale: #0B0B0B. Windows color (decimal): -16249588 or 789768. OLE color: 789768.

HSL color Cylindrical-coordinate representation of color #080D0C: hue angle of 168º degrees, saturation: 0.24, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #080D0C is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.95.

Color convert

RGB 8 13 12 -
CMYK 0.38 0 0.08 0.95
HSL 168º 0.24% 0.04% -
HSV(B) 168º 0.38% 0.05% -
XYZ 0.31 0.37 0.4 -
YUV 11.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 8 13 12 0.38 0 0.08 0.95 168 0.24 0.04
Hex 8 D C 26 0 8 5F A8 18 4
Octal 10 15 14 46 0 10 137 250 30 4
Binary 1000 1101 1100 100110 0 1000 1011111 10101000 11000 100

Color Harmonies of #080D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D0C

Black with #080D0C

Text Example


Text Example

White with #080D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080D0C; }

 p { color: rgb(8,13,12); }

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

background-color css

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

 a { background-color: rgb(8,13,12); }

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

border-color css

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

 span { border-color: rgb(8,13,12); }

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