#120E00

Color #120E00 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #120E00

Tints of Maire #120E00

Color information

#120E00 (or 0x120E00) is unknown color: approx Maire. HEX triplet: 12, 0E and 00. RGB value is (18,14,0). Sum of RGB (Red+Green+Blue) = 18+14+0=32 (4% of max value = 765). Red value is 18 (7.42% from 255 or 56.25% from 32); Green value is 14 (5.86% from 255 or 43.75% from 32); Blue value is 0 (0.39% from 255 or 0% from 32); Max value from RGB is 18 - color contains mainly: red. Hex color #120E00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E00 is #EDF1FF. Grayscale: #0D0D0D. Windows color (decimal): -15593984 or 3602. OLE color: 3602.

HSL color Cylindrical-coordinate representation of color #120E00: hue angle of 46.67º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120E00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB18140-
CMYK00.2210.93
HSL46.67º100%3.53%-
HSV(B)46.67º100%7.06%-
XYZ0.410.440.06-
YUV13.6120.33131.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 56.25%
GREEN value IS 14 (5.86% from 255) = 43.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.25%
G=43.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1814000.2210.9346.671003.53
Hex12E0016645D2f644
Octal22160026144135571444
Binary1001011100010110110010010111011011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120E00; }

 p { color: rgb(18,14,0); }

 H1.HeaderClassName
 {
   color: #120E00;
 }
 .AnyTagClassName
 {
   color: #120E00;
 }
</style>
background-color css

<style>
 a { background-color: #120E00; }

 a { background-color: rgb(18,14,0); }

 div.DivClassName
 {
   background-color: #120E00;
 }
 .BgClassName
 {
   background-color: #120E00;
 }
</style>
border-color css

<style>
 span { border-color: #120E00; }

 span { border-color: rgb(18,14,0); }

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