Html Css Color HEX #120E00 Maire

📋 copy color: '#120E00'

red 18 ◦ green 14 ◦ blue 0

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

Shades of Maire #120E00

Tints of Maire #120E00

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 value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#120E00 (or 0x120E00) is known color: 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

RGB 18 14 0 -
CMYK 0 0.22 1 0.93
HSL 46.67º 1% 0.04% -
HSV(B) 46.67º 1% 0.07% -
XYZ 0.41 0.44 0.06 -
YUV 13.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 18 14 0 0 0.22 1 0.93 46.67 1 0.04
Hex 12 E 0 0 16 64 5D 2F 64 4
Octal 22 16 0 0 26 144 135 57 144 4
Binary 10010 1110 0 0 10110 1100100 1011101 101111 1100100 100

Color Harmonies of #120E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E00

Black with #120E00

Text Example


Text Example

White with #120E00

Text Example


Text Example

HTML Codes & Css Web 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>