#121D10

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

Shades of Myrtle #121D10

Tints of Myrtle #121D10

Color information

#121D10 (or 0x121D10) is unknown color: approx Myrtle. HEX triplet: 12, 1D and 10. RGB value is (18,29,16). Sum of RGB (Red+Green+Blue) = 18+29+16=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 29 (11.72% from 255 or 46.03% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 29 - color contains mainly: green. Hex color #121D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D10 is #EDE2EF. Grayscale: #181818. Windows color (decimal): -15590128 or 1056018. OLE color: 1056018.

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

Color convert

RGB182916-
CMYK0.3800.450.89
HSL110.77º28.89%8.82%-
HSV(B)110.77º44.83%11.37%-
XYZ0.781.040.65-
YUV24.23123.36123.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.57%
GREEN value IS 29 (11.72% from 255) = 46.03%
BLUE value IS 16 (6.64% from 255) = 25.40%
R=28.57%
G=46.03%
B=25.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1829160.3800.450.89110.7728.898.82
Hex121D102602D596f1d9
Octal223520460551311573511
Binary100101110110000100110010110110110011101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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