Html Css Color HEX #080F0E Dark Green

📋 copy color: '#080F0E'

red 8 ◦ green 15 ◦ blue 14

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

Shades of Dark Green #080F0E

Tints of Dark Green #080F0E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 40.54%

 BLUE value IS 14 (5.86% from 255) = 37.84%

R = 21.62%
G = 40.54%
B = 37.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.94

RGB Variations

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

Color information

#080F0E (or 0x080F0E) is known color: Dark Green. HEX triplet: 08, 0F and 0E. RGB value is (8,15,14). Sum of RGB (Red+Green+Blue) = 8+15+14=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 15 (6.25% from 255 or 40.54% from 37); Blue value is 14 (5.86% from 255 or 37.84% from 37); Max value from RGB is 15 - color contains mainly: green. Hex color #080F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F0E is #F7F0F1. Grayscale: #0C0C0C. Windows color (decimal): -16249074 or 921352. OLE color: 921352.

HSL color Cylindrical-coordinate representation of color #080F0E: hue angle of 171.43º degrees, saturation: 0.3, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #080F0E is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.94.

Color convert

RGB 8 15 14 -
CMYK 0.47 0 0.07 0.94
HSL 171.43º 0.3% 0.05% -
HSV(B) 171.43º 0.47% 0.06% -
XYZ 0.35 0.42 0.48 -
YUV 12.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 8 15 14 0.47 0 0.07 0.94 171.43 0.3 0.05
Hex 8 F E 2F 0 7 5E AB 1E 5
Octal 10 17 16 57 0 7 136 253 36 5
Binary 1000 1111 1110 101111 0 111 1011110 10101011 11110 101

Color Harmonies of #080F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F0E

Black with #080F0E

Text Example


Text Example

White with #080F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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