Html Css Color HEX #080F0C Dark Green

📋 copy color: '#080F0C'

red 8 ◦ green 15 ◦ blue 12

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

Shades of Dark Green #080F0C

Tints of Dark Green #080F0C

RGB

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

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

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

R = 22.86%
G = 42.86%
B = 34.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.94

RGB Variations

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

Color information

#080F0C (or 0x080F0C) is known color: Dark Green. HEX triplet: 08, 0F and 0C. RGB value is (8,15,12). Sum of RGB (Red+Green+Blue) = 8+15+12=35 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.86% from 35); Green value is 15 (6.25% from 255 or 42.86% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 15 - color contains mainly: green. Hex color #080F0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F0C is #F7F0F3. Grayscale: #0C0C0C. Windows color (decimal): -16249076 or 790280. OLE color: 790280.

HSL color Cylindrical-coordinate representation of color #080F0C: hue angle of 154.29º 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 #080F0C is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.94.

Color convert

RGB 8 15 12 -
CMYK 0.47 0 0.20 0.94
HSL 154.29º 0.3% 0.05% -
HSV(B) 154.29º 0.47% 0.06% -
XYZ 0.34 0.42 0.41 -
YUV 12.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 8 15 12 0.47 0 0.20 0.94 154.29 0.3 0.05
Hex 8 F C 2F 0 14 5E 9A 1E 5
Octal 10 17 14 57 0 24 136 232 36 5
Binary 1000 1111 1100 101111 0 10100 1011110 10011010 11110 101

Color Harmonies of #080F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F0C

Black with #080F0C

Text Example


Text Example

White with #080F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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