Html Css Color HEX #080E0A Dark Green

📋 copy color: '#080E0A'

red 8 ◦ green 14 ◦ blue 10

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

Shades of Dark Green #080E0A

Tints of Dark Green #080E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 31.25%

R = 25%
G = 43.75%
B = 31.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.95

RGB Variations

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

Color information

#080E0A (or 0x080E0A) is known color: Dark Green. HEX triplet: 08, 0E and 0A. RGB value is (8,14,10). Sum of RGB (Red+Green+Blue) = 8+14+10=32 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25% from 32); Green value is 14 (5.86% from 255 or 43.75% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 14 - color contains mainly: green. Hex color #080E0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E0A is #F7F1F5. Grayscale: #0B0B0B. Windows color (decimal): -16249334 or 658952. OLE color: 658952.

HSL color Cylindrical-coordinate representation of color #080E0A: hue angle of 140º 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 #080E0A is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.95.

Color convert

RGB 8 14 10 -
CMYK 0.43 0 0.29 0.95
HSL 140º 0.27% 0.04% -
HSV(B) 140º 0.43% 0.05% -
XYZ 0.31 0.39 0.35 -
YUV 11.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 8 14 10 0.43 0 0.29 0.95 140 0.27 0.04
Hex 8 E A 2B 0 1D 5F 8C 1B 4
Octal 10 16 12 53 0 35 137 214 33 4
Binary 1000 1110 1010 101011 0 11101 1011111 10001100 11011 100

Color Harmonies of #080E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E0A

Black with #080E0A

Text Example


Text Example

White with #080E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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