#1E3914

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

Shades of Myrtle #1E3914

Tints of Myrtle #1E3914

Color information

#1E3914 (or 0x1E3914) is unknown color: approx Myrtle. HEX triplet: 1E, 39 and 14. RGB value is (30,57,20). Sum of RGB (Red+Green+Blue) = 30+57+20=107 (14% of max value = 765). Red value is 30 (12.11% from 255 or 28.04% from 107); Green value is 57 (22.66% from 255 or 53.27% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 57 - color contains mainly: green. Hex color #1E3914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3914 is #E1C6EB. Grayscale: #2C2C2C. Windows color (decimal): -14796524 or 1325342. OLE color: 1325342.

HSL color Cylindrical-coordinate representation of color #1E3914: hue angle of 103.78º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E3914 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB305720-
CMYK0.4700.650.78
HSL103.78º48.05%15.1%-
HSV(B)103.78º64.91%22.35%-
XYZ2.123.251.18-
YUV44.71114.05117.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 28.04%
GREEN value IS 57 (22.66% from 255) = 53.27%
BLUE value IS 20 (8.20% from 255) = 18.69%
R=28.04%
G=53.27%
B=18.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3057200.4700.650.78103.7848.0515.1
Hex1E39142F0414E6830f
Octal3671245701011161506017
Binary111101110011010010111101000001100111011010001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,57,20); }

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

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

 a { background-color: rgb(30,57,20); }

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

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

 span { border-color: rgb(30,57,20); }

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