#1E6018

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

Shades of Myrtle #1E6018

Tints of Myrtle #1E6018

Color information

#1E6018 (or 0x1E6018) is unknown color: approx Myrtle. HEX triplet: 1E, 60 and 18. RGB value is (30,96,24). Sum of RGB (Red+Green+Blue) = 30+96+24=150 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20% from 150); Green value is 96 (37.89% from 255 or 64% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 96 - color contains mainly: green. Hex color #1E6018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6018 is #E19FE7. Grayscale: #444444. Windows color (decimal): -14786536 or 1597470. OLE color: 1597470.

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

Color convert

RGB309624-
CMYK0.6900.750.62
HSL115º60%23.53%-
HSV(B)115º75%37.65%-
XYZ4.888.712.29-
YUV68.06103.13100.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20%
GREEN value IS 96 (37.89% from 255) = 64%
BLUE value IS 24 (9.77% from 255) = 16%
R=20%
G=64%
B=16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3096240.6900.750.621156023.53
Hex1E60184504B3E733c18
Octal36140301050113761637430
Binary11110110000011000100010101001011111110111001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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