#1E4218

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

Shades of Myrtle #1E4218

Tints of Myrtle #1E4218

Color information

#1E4218 (or 0x1E4218) is unknown color: approx Myrtle. HEX triplet: 1E, 42 and 18. RGB value is (30,66,24). Sum of RGB (Red+Green+Blue) = 30+66+24=120 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #1E4218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4218 is #E1BDE7. Grayscale: #323232. Windows color (decimal): -14794216 or 1589790. OLE color: 1589790.

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

Color convert

RGB306624-
CMYK0.5500.640.74
HSL111.43º46.67%17.65%-
HSV(B)111.43º63.64%25.88%-
XYZ2.654.241.54-
YUV50.45113.07113.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25%
GREEN value IS 66 (26.17% from 255) = 55%
BLUE value IS 24 (9.77% from 255) = 20%
R=25%
G=55%
B=20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3066240.5500.640.74111.4346.6717.65
Hex1E4218370404A6f2f12
Octal36102306701001121575722
Binary11110100001011000110111010000001001010110111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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