#1E400F

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

Shades of Myrtle #1E400F

Tints of Myrtle #1E400F

Color information

#1E400F (or 0x1E400F) is unknown color: approx Myrtle. HEX triplet: 1E, 40 and 0F. RGB value is (30,64,15). Sum of RGB (Red+Green+Blue) = 30+64+15=109 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.52% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #1E400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E400F is #E1BFF0. Grayscale: #303030. Windows color (decimal): -14794737 or 999454. OLE color: 999454.

HSL color Cylindrical-coordinate representation of color #1E400F: hue angle of 101.63º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E400F is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB306415-
CMYK0.5300.770.75
HSL101.63º62.03%15.49%-
HSV(B)101.63º76.56%25.1%-
XYZ2.463.981.09-
YUV48.25109.24114.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 27.52%
GREEN value IS 64 (25.39% from 255) = 58.72%
BLUE value IS 15 (6.25% from 255) = 13.76%
R=27.52%
G=58.72%
B=13.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3064150.5300.770.75101.6362.0315.49
Hex1E40F3504D4B663ef
Octal36100176501151131467617
Binary111101000000111111010101001101100101111001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,64,15); }

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

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

 a { background-color: rgb(30,64,15); }

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

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

 span { border-color: rgb(30,64,15); }

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