#1E381D

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

Shades of Myrtle #1E381D

Tints of Myrtle #1E381D

Color information

#1E381D (or 0x1E381D) is unknown color: approx Myrtle. HEX triplet: 1E, 38 and 1D. RGB value is (30,56,29). Sum of RGB (Red+Green+Blue) = 30+56+29=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 56 (22.27% from 255 or 48.70% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 56 - color contains mainly: green. Hex color #1E381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E381D is #E1C7E2. Grayscale: #2D2D2D. Windows color (decimal): -14796771 or 1914910. OLE color: 1914910.

HSL color Cylindrical-coordinate representation of color #1E381D: hue angle of 117.78º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1E381D is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB305629-
CMYK0.4600.480.78
HSL117.78º31.76%16.67%-
HSV(B)117.78º48.21%21.96%-
XYZ2.173.191.66-
YUV45.15118.89117.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.09%
GREEN value IS 56 (22.27% from 255) = 48.70%
BLUE value IS 29 (11.72% from 255) = 25.22%
R=26.09%
G=48.70%
B=25.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3056290.4600.480.78117.7831.7616.67
Hex1E381D2E0304E762011
Octal367035560601161664021
Binary111101110001110110111001100001001110111011010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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