#121E0E

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

Shades of Myrtle #121E0E

Tints of Myrtle #121E0E

Color information

#121E0E (or 0x121E0E) is unknown color: approx Myrtle. HEX triplet: 12, 1E and 0E. RGB value is (18,30,14). Sum of RGB (Red+Green+Blue) = 18+30+14=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 30 (12.11% from 255 or 48.39% from 62); Blue value is 14 (5.86% from 255 or 22.58% from 62); Max value from RGB is 30 - color contains mainly: green. Hex color #121E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E0E is #EDE1F1. Grayscale: #181818. Windows color (decimal): -15589874 or 925202. OLE color: 925202.

HSL color Cylindrical-coordinate representation of color #121E0E: hue angle of 105º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #121E0E is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.88.

Color convert

RGB183014-
CMYK0.4000.530.88
HSL105º36.36%8.63%-
HSV(B)105º53.33%11.76%-
XYZ0.791.090.58-
YUV24.59122.02123.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.03%
GREEN value IS 30 (12.11% from 255) = 48.39%
BLUE value IS 14 (5.86% from 255) = 22.58%
R=29.03%
G=48.39%
B=22.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1830140.4000.530.8810536.368.63
Hex121EE280355869249
Octal223616500651301514411
Binary100101111011101010000110101101100011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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