#1E6112

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

Shades of Myrtle #1E6112

Tints of Myrtle #1E6112

Color information

#1E6112 (or 0x1E6112) is unknown color: approx Myrtle. HEX triplet: 1E, 61 and 12. RGB value is (30,97,18). Sum of RGB (Red+Green+Blue) = 30+97+18=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 97 (38.28% from 255 or 66.90% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 97 - color contains mainly: green. Hex color #1E6112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6112 is #E19EED. Grayscale: #444444. Windows color (decimal): -14786286 or 1204510. OLE color: 1204510.

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

Color convert

RGB309718-
CMYK0.6900.810.62
HSL110.89º68.7%22.55%-
HSV(B)110.89º81.44%38.04%-
XYZ4.928.872.02-
YUV67.9699.8100.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.69%
GREEN value IS 97 (38.28% from 255) = 66.90%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=20.69%
G=66.90%
B=12.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3097180.6900.810.62110.8968.722.55
Hex1E6112450513E6f4517
Octal361412210501217615710527
Binary111101100001100101000101010100011111101101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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