Html Css Color HEX #120F00 Maire

📋 copy color: '#120F00'

red 18 ◦ green 15 ◦ blue 0

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

Shades of Maire #120F00

Tints of Maire #120F00

RGB

 RED value IS 18 (7.42% from 255) = 54.55%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.55%
G = 45.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#120F00 (or 0x120F00) is known color: Maire. HEX triplet: 12, 0F and 00. RGB value is (18,15,0). Sum of RGB (Red+Green+Blue) = 18+15+0=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 15 (6.25% from 255 or 45.45% from 33); Blue value is 0 (0.39% from 255 or 0% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #120F00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F00 is #EDF0FF. Grayscale: #0E0E0E. Windows color (decimal): -15593728 or 3858. OLE color: 3858.

HSL color Cylindrical-coordinate representation of color #120F00: hue angle of 50º 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 #120F00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 15 0 -
CMYK 0 0.17 1 0.93
HSL 50º 1% 0.04% -
HSV(B) 50º 1% 0.07% -
XYZ 0.42 0.47 0.07 -
YUV 14.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 18 15 0 0 0.17 1 0.93 50 1 0.04
Hex 12 F 0 0 11 64 5D 32 64 4
Octal 22 17 0 0 21 144 135 62 144 4
Binary 10010 1111 0 0 10001 1100100 1011101 110010 1100100 100

Color Harmonies of #120F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F00

Black with #120F00

Text Example


Text Example

White with #120F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #120F00;
 }
 .AnyTagClassName
 {
   color: #120F00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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