#1E6612

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

Shades of Myrtle #1E6612

Tints of Myrtle #1E6612

Color information

#1E6612 (or 0x1E6612) is unknown color: approx Myrtle. HEX triplet: 1E, 66 and 12. RGB value is (30,102,18). Sum of RGB (Red+Green+Blue) = 30+102+18=150 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20% from 150); Green value is 102 (40.23% from 255 or 68% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 102 - color contains mainly: green. Hex color #1E6612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6612 is #E199ED. Grayscale: #474747. Windows color (decimal): -14785006 or 1205790. OLE color: 1205790.

HSL color Cylindrical-coordinate representation of color #1E6612: hue angle of 111.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E6612 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB3010218-
CMYK0.7100.820.6
HSL111.43º70%23.53%-
HSV(B)111.43º82.35%40%-
XYZ5.49.822.18-
YUV70.998.1598.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20%
GREEN value IS 102 (40.23% from 255) = 68%
BLUE value IS 18 (7.42% from 255) = 12%
R=20%
G=68%
B=12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal30102180.7100.820.6111.437023.53
Hex1E6612470523C6f4618
Octal361462210701227415710630
Binary111101100110100101000111010100101111001101111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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