#1E261D

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

Shades of Myrtle #1E261D

Tints of Myrtle #1E261D

Color information

#1E261D (or 0x1E261D) is unknown color: approx Myrtle. HEX triplet: 1E, 26 and 1D. RGB value is (30,38,29). Sum of RGB (Red+Green+Blue) = 30+38+29=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 38 - color contains mainly: green. Hex color #1E261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E261D is #E1D9E2. Grayscale: #222222. Windows color (decimal): -14801379 or 1910302. OLE color: 1910302.

HSL color Cylindrical-coordinate representation of color #1E261D: hue angle of 113.33º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1E261D is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB303829-
CMYK0.2100.240.85
HSL113.33º13.43%13.14%-
HSV(B)113.33º23.68%14.9%-
XYZ1.451.751.42-
YUV34.58124.85124.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.93%
GREEN value IS 38 (15.23% from 255) = 39.18%
BLUE value IS 29 (11.72% from 255) = 29.90%
R=30.93%
G=39.18%
B=29.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3038290.2100.240.85113.3313.4313.14
Hex1E261D150185571dd
Octal364635250301251611515
Binary1111010011011101101010110001010101111000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,38,29); }

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

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

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

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

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

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

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