#1E481F

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

Shades of Myrtle #1E481F

Tints of Myrtle #1E481F

Color information

#1E481F (or 0x1E481F) is unknown color: approx Myrtle. HEX triplet: 1E, 48 and 1F. RGB value is (30,72,31). Sum of RGB (Red+Green+Blue) = 30+72+31=133 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.56% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #1E481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E481F is #E1B7E0. Grayscale: #363636. Windows color (decimal): -14792673 or 2050078. OLE color: 2050078.

HSL color Cylindrical-coordinate representation of color #1E481F: hue angle of 121.43º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E481F is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB307231-
CMYK0.5800.570.72
HSL121.43º41.18%20%-
HSV(B)121.43º58.33%28.24%-
XYZ3.15.012.1-
YUV54.77114.59110.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.56%
GREEN value IS 72 (28.52% from 255) = 54.14%
BLUE value IS 31 (12.5% from 255) = 23.31%
R=22.56%
G=54.14%
B=23.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3072310.5800.570.72121.4341.1820
Hex1E481F3A03948792914
Octal3611037720711101715124
Binary1111010010001111111101001110011001000111100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,72,31); }

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

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

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

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

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

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

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