#1E4211

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

Shades of Myrtle #1E4211

Tints of Myrtle #1E4211

Color information

#1E4211 (or 0x1E4211) is unknown color: approx Myrtle. HEX triplet: 1E, 42 and 11. RGB value is (30,66,17). Sum of RGB (Red+Green+Blue) = 30+66+17=113 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.55% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #1E4211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4211 is #E1BDEE. Grayscale: #313131. Windows color (decimal): -14794223 or 1131038. OLE color: 1131038.

HSL color Cylindrical-coordinate representation of color #1E4211: hue angle of 104.08º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E4211 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB306617-
CMYK0.5500.740.74
HSL104.08º59.04%16.27%-
HSV(B)104.08º74.24%25.88%-
XYZ2.584.211.21-
YUV49.65109.57113.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.55%
GREEN value IS 66 (26.17% from 255) = 58.41%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=26.55%
G=58.41%
B=15.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3066170.5500.740.74104.0859.0416.27
Hex1E42113704A4A683b10
Octal36102216701121121507320
Binary11110100001010001110111010010101001010110100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,66,17); }

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

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

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

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

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

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

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