Html Css Color HEX #080E0B Dark Green

📋 copy color: '#080E0B'

red 8 ◦ green 14 ◦ blue 11

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

Shades of Dark Green #080E0B

Tints of Dark Green #080E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 33.33%

R = 24.24%
G = 42.42%
B = 33.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.95

RGB Variations

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

Color information

#080E0B (or 0x080E0B) is known color: Dark Green. HEX triplet: 08, 0E and 0B. RGB value is (8,14,11). Sum of RGB (Red+Green+Blue) = 8+14+11=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 14 (5.86% from 255 or 42.42% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 14 - color contains mainly: green. Hex color #080E0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E0B is #F7F1F4. Grayscale: #0B0B0B. Windows color (decimal): -16249333 or 724488. OLE color: 724488.

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

Color convert

RGB 8 14 11 -
CMYK 0.43 0 0.21 0.95
HSL 150º 0.27% 0.04% -
HSV(B) 150º 0.43% 0.05% -
XYZ 0.32 0.39 0.38 -
YUV 11.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 8 14 11 0.43 0 0.21 0.95 150 0.27 0.04
Hex 8 E B 2B 0 15 5F 96 1B 4
Octal 10 16 13 53 0 25 137 226 33 4
Binary 1000 1110 1011 101011 0 10101 1011111 10010110 11011 100

Color Harmonies of #080E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E0B

Black with #080E0B

Text Example


Text Example

White with #080E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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