#1E371C

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

Shades of Myrtle #1E371C

Tints of Myrtle #1E371C

Color information

#1E371C (or 0x1E371C) is unknown color: approx Myrtle. HEX triplet: 1E, 37 and 1C. RGB value is (30,55,28). Sum of RGB (Red+Green+Blue) = 30+55+28=113 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.55% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #1E371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E371C is #E1C8E3. Grayscale: #2C2C2C. Windows color (decimal): -14797028 or 1849118. OLE color: 1849118.

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

Color convert

RGB305528-
CMYK0.4500.490.78
HSL115.56º32.53%16.27%-
HSV(B)115.56º49.09%21.57%-
XYZ2.113.091.58-
YUV44.45118.72117.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.55%
GREEN value IS 55 (21.88% from 255) = 48.67%
BLUE value IS 28 (11.33% from 255) = 24.78%
R=26.55%
G=48.67%
B=24.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3055280.4500.490.78115.5632.5316.27
Hex1E371C2D0314E742110
Octal366734550611161644120
Binary111101101111110010110101100011001110111010010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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