#1E311E

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

Shades of Myrtle #1E311E

Tints of Myrtle #1E311E

Color information

#1E311E (or 0x1E311E) is unknown color: approx Myrtle. HEX triplet: 1E, 31 and 1E. RGB value is (30,49,30). Sum of RGB (Red+Green+Blue) = 30+49+30=109 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.52% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #1E311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E311E is #E1CEE1. Grayscale: #292929. Windows color (decimal): -14798562 or 1978654. OLE color: 1978654.

HSL color Cylindrical-coordinate representation of color #1E311E: hue angle of 120º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E311E is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB304930-
CMYK0.3900.390.81
HSL120º24.05%15.49%-
HSV(B)120º38.78%19.22%-
XYZ1.872.571.63-
YUV41.15121.71120.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 27.52%
GREEN value IS 49 (19.53% from 255) = 44.95%
BLUE value IS 30 (12.11% from 255) = 27.52%
R=27.52%
G=44.95%
B=27.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3049300.3900.390.8112024.0515.49
Hex1E311E27027517818f
Octal366136470471211703017
Binary1111011000111110100111010011110100011111000110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E311E; }

 p { color: rgb(30,49,30); }

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

<style>
 a { background-color: #1E311E; }

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

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

<style>
 span { border-color: #1E311E; }

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

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