#1E341D

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

Shades of Myrtle #1E341D

Tints of Myrtle #1E341D

Color information

#1E341D (or 0x1E341D) is unknown color: approx Myrtle. HEX triplet: 1E, 34 and 1D. RGB value is (30,52,29). Sum of RGB (Red+Green+Blue) = 30+52+29=111 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.03% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #1E341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E341D is #E1CBE2. Grayscale: #2A2A2A. Windows color (decimal): -14797795 or 1913886. OLE color: 1913886.

HSL color Cylindrical-coordinate representation of color #1E341D: hue angle of 117.39º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1E341D is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB305229-
CMYK0.4200.440.80
HSL117.39º28.4%15.88%-
HSV(B)117.39º44.23%20.39%-
XYZ1.992.821.6-
YUV42.8120.21118.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 27.03%
GREEN value IS 52 (20.70% from 255) = 46.85%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=27.03%
G=46.85%
B=26.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3052290.4200.440.80117.3928.415.88
Hex1E341D2A02C50751c10
Octal366435520541201653420
Binary11110110100111011010100101100101000011101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,52,29); }

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

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

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

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

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

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

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