#1E341C

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

Shades of Myrtle #1E341C

Tints of Myrtle #1E341C

Color information

#1E341C (or 0x1E341C) is unknown color: approx Myrtle. HEX triplet: 1E, 34 and 1C. RGB value is (30,52,28). Sum of RGB (Red+Green+Blue) = 30+52+28=110 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.27% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #1E341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E341C is #E1CBE3. Grayscale: #2A2A2A. Windows color (decimal): -14797796 or 1848350. OLE color: 1848350.

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

Color convert

RGB305228-
CMYK0.4200.460.80
HSL115º30%15.69%-
HSV(B)115º46.15%20.39%-
XYZ1.972.821.54-
YUV42.69119.71118.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 27.27%
GREEN value IS 52 (20.70% from 255) = 47.27%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=27.27%
G=47.27%
B=25.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3052280.4200.460.801153015.69
Hex1E341C2A02E50731e10
Octal366434520561201633620
Binary11110110100111001010100101110101000011100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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