#121D11

Color #121D11 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #121D11

Tints of Myrtle #121D11

Color information

#121D11 (or 0x121D11) is unknown color: approx Myrtle. HEX triplet: 12, 1D and 11. RGB value is (18,29,17). Sum of RGB (Red+Green+Blue) = 18+29+17=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 29 - color contains mainly: green. Hex color #121D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D11 is #EDE2EE. Grayscale: #181818. Windows color (decimal): -15590127 or 1121554. OLE color: 1121554.

HSL color Cylindrical-coordinate representation of color #121D11: hue angle of 115º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #121D11 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.

Color convert

RGB182917-
CMYK0.3800.410.89
HSL115º26.09%9.02%-
HSV(B)115º41.38%11.37%-
XYZ0.791.050.69-
YUV24.34123.86123.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.12%
GREEN value IS 29 (11.72% from 255) = 45.31%
BLUE value IS 17 (7.03% from 255) = 26.56%
R=28.12%
G=45.31%
B=26.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1829170.3800.410.8911526.099.02
Hex121D112602959731a9
Octal223521460511311633211
Binary100101110110001100110010100110110011110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121D11; }

 p { color: rgb(18,29,17); }

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

<style>
 a { background-color: #121D11; }

 a { background-color: rgb(18,29,17); }

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

<style>
 span { border-color: #121D11; }

 span { border-color: rgb(18,29,17); }

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