#1E301E

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

Shades of Myrtle #1E301E

Tints of Myrtle #1E301E

Color information

#1E301E (or 0x1E301E) is unknown color: approx Myrtle. HEX triplet: 1E, 30 and 1E. RGB value is (30,48,30). Sum of RGB (Red+Green+Blue) = 30+48+30=108 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.78% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #1E301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E301E is #E1CFE1. Grayscale: #282828. Windows color (decimal): -14798818 or 1978398. OLE color: 1978398.

HSL color Cylindrical-coordinate representation of color #1E301E: hue angle of 120º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1E301E is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB304830-
CMYK0.3700.370.81
HSL120º23.08%15.29%-
HSV(B)120º37.5%18.82%-
XYZ1.832.481.61-
YUV40.57122.04120.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 27.78%
GREEN value IS 48 (19.14% from 255) = 44.44%
BLUE value IS 30 (12.11% from 255) = 27.78%
R=27.78%
G=44.44%
B=27.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3048300.3700.370.8112023.0815.29
Hex1E301E25025517817f
Octal366036450451211702717
Binary1111011000011110100101010010110100011111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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