#1E2B1C

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

Shades of Myrtle #1E2B1C

Tints of Myrtle #1E2B1C

Color information

#1E2B1C (or 0x1E2B1C) is unknown color: approx Myrtle. HEX triplet: 1E, 2B and 1C. RGB value is (30,43,28). Sum of RGB (Red+Green+Blue) = 30+43+28=101 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.70% from 101); Green value is 43 (17.19% from 255 or 42.57% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 43 - color contains mainly: green. Hex color #1E2B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2B1C is #E1D4E3. Grayscale: #252525. Windows color (decimal): -14800100 or 1846046. OLE color: 1846046.

HSL color Cylindrical-coordinate representation of color #1E2B1C: hue angle of 112º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1E2B1C is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.83.

Color convert

RGB304328-
CMYK0.3000.350.83
HSL112º21.13%13.92%-
HSV(B)112º34.88%16.86%-
XYZ1.612.091.42-
YUV37.4122.69122.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 29.70%
GREEN value IS 43 (17.19% from 255) = 42.57%
BLUE value IS 28 (11.33% from 255) = 27.72%
R=29.70%
G=42.57%
B=27.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3043280.3000.350.8311221.1313.92
Hex1E2B1C1E023537015e
Octal365334360431231602516
Binary111101010111110011110010001110100111110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,43,28); }

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

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

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

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

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

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

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