#1E321E

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

Shades of Myrtle #1E321E

Tints of Myrtle #1E321E

Color information

#1E321E (or 0x1E321E) is unknown color: approx Myrtle. HEX triplet: 1E, 32 and 1E. RGB value is (30,50,30). Sum of RGB (Red+Green+Blue) = 30+50+30=110 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.27% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #1E321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E321E is #E1CDE1. Grayscale: #292929. Windows color (decimal): -14798306 or 1978910. OLE color: 1978910.

HSL color Cylindrical-coordinate representation of color #1E321E: hue angle of 120º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E321E is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB305030-
CMYK0.4000.400.80
HSL120º25%15.69%-
HSV(B)120º40%19.61%-
XYZ1.912.651.64-
YUV41.74121.37119.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 27.27%
GREEN value IS 50 (19.92% from 255) = 45.45%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=27.27%
G=45.45%
B=27.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3050300.4000.400.801202515.69
Hex1E321E2802850781910
Octal366236500501201703120
Binary11110110010111101010000101000101000011110001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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