#1E531D

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

Shades of Myrtle #1E531D

Tints of Myrtle #1E531D

Color information

#1E531D (or 0x1E531D) is unknown color: approx Myrtle. HEX triplet: 1E, 53 and 1D. RGB value is (30,83,29). Sum of RGB (Red+Green+Blue) = 30+83+29=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #1E531D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E531D is #E1ACE2. Grayscale: #3D3D3D. Windows color (decimal): -14789859 or 1921822. OLE color: 1921822.

HSL color Cylindrical-coordinate representation of color #1E531D: hue angle of 118.89º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E531D is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB308329-
CMYK0.6400.650.67
HSL118.89º48.21%21.96%-
HSV(B)118.89º65.06%32.55%-
XYZ3.856.552.22-
YUV61109.94105.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.13%
GREEN value IS 83 (32.81% from 255) = 58.45%
BLUE value IS 29 (11.72% from 255) = 20.42%
R=21.13%
G=58.45%
B=20.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3083290.6400.650.67118.8948.2121.96
Hex1E531D4004143773016
Octal361233510001011031676026
Binary111101010011111011000000010000011000011111011111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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