#1E4612

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

Shades of Myrtle #1E4612

Tints of Myrtle #1E4612

Color information

#1E4612 (or 0x1E4612) is unknown color: approx Myrtle. HEX triplet: 1E, 46 and 12. RGB value is (30,70,18). Sum of RGB (Red+Green+Blue) = 30+70+18=118 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.42% from 118); Green value is 70 (27.73% from 255 or 59.32% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 70 - color contains mainly: green. Hex color #1E4612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4612 is #E1B9ED. Grayscale: #343434. Windows color (decimal): -14793198 or 1197598. OLE color: 1197598.

HSL color Cylindrical-coordinate representation of color #1E4612: hue angle of 106.15º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E4612 is Cyan = 0.57, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB307018-
CMYK0.5700.740.73
HSL106.15º59.09%17.25%-
HSV(B)106.15º74.29%27.45%-
XYZ2.834.71.33-
YUV52.11108.75112.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.42%
GREEN value IS 70 (27.73% from 255) = 59.32%
BLUE value IS 18 (7.42% from 255) = 15.25%
R=25.42%
G=59.32%
B=15.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3070180.5700.740.73106.1559.0917.25
Hex1E46123904A496a3b11
Octal36106227101121111527321
Binary11110100011010010111001010010101001001110101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,70,18); }

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

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

 a { background-color: rgb(30,70,18); }

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

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

 span { border-color: rgb(30,70,18); }

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