#1E381C

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

Shades of Myrtle #1E381C

Tints of Myrtle #1E381C

Color information

#1E381C (or 0x1E381C) is unknown color: approx Myrtle. HEX triplet: 1E, 38 and 1C. RGB value is (30,56,28). Sum of RGB (Red+Green+Blue) = 30+56+28=114 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.32% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #1E381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E381C is #E1C7E3. Grayscale: #2D2D2D. Windows color (decimal): -14796772 or 1849374. OLE color: 1849374.

HSL color Cylindrical-coordinate representation of color #1E381C: hue angle of 115.71º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E381C is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB305628-
CMYK0.4600.500.78
HSL115.71º33.33%16.47%-
HSV(B)115.71º50%21.96%-
XYZ2.163.191.6-
YUV45.03118.39117.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.32%
GREEN value IS 56 (22.27% from 255) = 49.12%
BLUE value IS 28 (11.33% from 255) = 24.56%
R=26.32%
G=49.12%
B=24.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3056280.4600.500.78115.7133.3316.47
Hex1E381C2E0324E742110
Octal367034560621161644120
Binary111101110001110010111001100101001110111010010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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