Html Css Color HEX #080E0D Dark Green

📋 copy color: '#080E0D'

red 8 ◦ green 14 ◦ blue 13

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

Shades of Dark Green #080E0D

Tints of Dark Green #080E0D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 40%

 BLUE value IS 13 (5.47% from 255) = 37.14%

R = 22.86%
G = 40%
B = 37.14%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.95

RGB Variations

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

Color information

#080E0D (or 0x080E0D) is known color: Dark Green. HEX triplet: 08, 0E and 0D. RGB value is (8,14,13). Sum of RGB (Red+Green+Blue) = 8+14+13=35 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.86% from 35); Green value is 14 (5.86% from 255 or 40% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 14 - color contains mainly: green. Hex color #080E0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E0D is #F7F1F2. Grayscale: #0C0C0C. Windows color (decimal): -16249331 or 855560. OLE color: 855560.

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

Color convert

RGB 8 14 13 -
CMYK 0.43 0 0.07 0.95
HSL 170º 0.27% 0.04% -
HSV(B) 170º 0.43% 0.05% -
XYZ 0.33 0.39 0.44 -
YUV 12.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 8 14 13 0.43 0 0.07 0.95 170 0.27 0.04
Hex 8 E D 2B 0 7 5F AA 1B 4
Octal 10 16 15 53 0 7 137 252 33 4
Binary 1000 1110 1101 101011 0 111 1011111 10101010 11011 100

Color Harmonies of #080E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E0D

Black with #080E0D

Text Example


Text Example

White with #080E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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