#1E600C

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

Shades of Myrtle #1E600C

Tints of Myrtle #1E600C

Color information

#1E600C (or 0x1E600C) is unknown color: approx Myrtle. HEX triplet: 1E, 60 and 0C. RGB value is (30,96,12). Sum of RGB (Red+Green+Blue) = 30+96+12=138 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.74% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #1E600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E600C is #E19FF3. Grayscale: #424242. Windows color (decimal): -14786548 or 811038. OLE color: 811038.

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

Color convert

RGB309612-
CMYK0.6900.880.62
HSL107.14º77.78%21.18%-
HSV(B)107.14º87.5%37.65%-
XYZ4.788.671.77-
YUV66.6997.13101.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.74%
GREEN value IS 96 (37.89% from 255) = 69.57%
BLUE value IS 12 (5.08% from 255) = 8.70%
R=21.74%
G=69.57%
B=8.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3096120.6900.880.62107.1477.7821.18
Hex1E60C450583E6b4e15
Octal361401410501307615311625
Binary11110110000011001000101010110001111101101011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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