#1E3415

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

Shades of Myrtle #1E3415

Tints of Myrtle #1E3415

Color information

#1E3415 (or 0x1E3415) is unknown color: approx Myrtle. HEX triplet: 1E, 34 and 15. RGB value is (30,52,21). Sum of RGB (Red+Green+Blue) = 30+52+21=103 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.13% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #1E3415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3415 is #E1CBEA. Grayscale: #292929. Windows color (decimal): -14797803 or 1389598. OLE color: 1389598.

HSL color Cylindrical-coordinate representation of color #1E3415: hue angle of 102.58º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E3415 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB305221-
CMYK0.4200.600.80
HSL102.58º42.47%14.31%-
HSV(B)102.58º59.62%20.39%-
XYZ1.92.791.15-
YUV41.89116.21119.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 29.13%
GREEN value IS 52 (20.70% from 255) = 50.49%
BLUE value IS 21 (8.59% from 255) = 20.39%
R=29.13%
G=50.49%
B=20.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3052210.4200.600.80102.5842.4714.31
Hex1E34152A03C50672ae
Octal366425520741201475216
Binary11110110100101011010100111100101000011001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,52,21); }

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

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

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

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

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

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

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