#1E6015

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

Shades of Myrtle #1E6015

Tints of Myrtle #1E6015

Color information

#1E6015 (or 0x1E6015) is unknown color: approx Myrtle. HEX triplet: 1E, 60 and 15. RGB value is (30,96,21). Sum of RGB (Red+Green+Blue) = 30+96+21=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #1E6015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6015 is #E19FEA. Grayscale: #434343. Windows color (decimal): -14786539 or 1400862. OLE color: 1400862.

HSL color Cylindrical-coordinate representation of color #1E6015: hue angle of 112.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E6015 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB309621-
CMYK0.6900.780.62
HSL112.8º64.1%22.94%-
HSV(B)112.8º78.12%37.65%-
XYZ4.858.72.13-
YUV67.72101.63101.1-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.41%
GREEN value IS 96 (37.89% from 255) = 65.31%
BLUE value IS 21 (8.59% from 255) = 14.29%
R=20.41%
G=65.31%
B=14.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3096210.6900.780.62112.864.122.94
Hex1E60154504E3E714017
Octal361402510501167616110027
Binary111101100000101011000101010011101111101110001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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