#121E11

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

Shades of Myrtle #121E11

Tints of Myrtle #121E11

Color information

#121E11 (or 0x121E11) is unknown color: approx Myrtle. HEX triplet: 12, 1E and 11. RGB value is (18,30,17). Sum of RGB (Red+Green+Blue) = 18+30+17=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 30 - color contains mainly: green. Hex color #121E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E11 is #EDE1EE. Grayscale: #181818. Windows color (decimal): -15589871 or 1121810. OLE color: 1121810.

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

Color convert

RGB183017-
CMYK0.4000.430.88
HSL115.38º27.66%9.22%-
HSV(B)115.38º43.33%11.76%-
XYZ0.811.10.7-
YUV24.93123.52123.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.69%
GREEN value IS 30 (12.11% from 255) = 46.15%
BLUE value IS 17 (7.03% from 255) = 26.15%
R=27.69%
G=46.15%
B=26.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1830170.4000.430.88115.3827.669.22
Hex121E112802B58731c9
Octal223621500531301633411
Binary100101111010001101000010101110110001110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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