#1E4714

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

Shades of Myrtle #1E4714

Tints of Myrtle #1E4714

Color information

#1E4714 (or 0x1E4714) is unknown color: approx Myrtle. HEX triplet: 1E, 47 and 14. RGB value is (30,71,20). Sum of RGB (Red+Green+Blue) = 30+71+20=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #1E4714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4714 is #E1B8EB. Grayscale: #353535. Windows color (decimal): -14792940 or 1328926. OLE color: 1328926.

HSL color Cylindrical-coordinate representation of color #1E4714: hue angle of 108.24º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E4714 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB307120-
CMYK0.5800.720.72
HSL108.24º56.04%17.84%-
HSV(B)108.24º71.83%27.84%-
XYZ2.914.831.44-
YUV52.93109.42111.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.79%
GREEN value IS 71 (28.12% from 255) = 58.68%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=24.79%
G=58.68%
B=16.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3071200.5800.720.72108.2456.0417.84
Hex1E47143A048486c3812
Octal36107247201101101547022
Binary11110100011110100111010010010001001000110110011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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