#1E351E

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

Shades of Myrtle #1E351E

Tints of Myrtle #1E351E

Color information

#1E351E (or 0x1E351E) is unknown color: approx Myrtle. HEX triplet: 1E, 35 and 1E. RGB value is (30,53,30). Sum of RGB (Red+Green+Blue) = 30+53+30=113 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.55% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 53 - color contains mainly: green. Hex color #1E351E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E351E is #E1CAE1. Grayscale: #2B2B2B. Windows color (decimal): -14797538 or 1979678. OLE color: 1979678.

HSL color Cylindrical-coordinate representation of color #1E351E: hue angle of 120º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1E351E is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB305330-
CMYK0.4300.430.79
HSL120º27.71%16.27%-
HSV(B)120º43.4%20.78%-
XYZ2.042.921.68-
YUV43.5120.38118.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.55%
GREEN value IS 53 (21.09% from 255) = 46.90%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=26.55%
G=46.90%
B=26.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3053300.4300.430.7912027.7116.27
Hex1E351E2B02B4F781c10
Octal366536530531171703420
Binary11110110101111101010110101011100111111110001110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,53,30); }

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

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

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

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

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

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

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