#1E471A

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

Shades of Myrtle #1E471A

Tints of Myrtle #1E471A

Color information

#1E471A (or 0x1E471A) is unknown color: approx Myrtle. HEX triplet: 1E, 47 and 1A. RGB value is (30,71,26). Sum of RGB (Red+Green+Blue) = 30+71+26=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #1E471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E471A is #E1B8E5. Grayscale: #353535. Windows color (decimal): -14792934 or 1722142. OLE color: 1722142.

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

Color convert

RGB307126-
CMYK0.5800.630.72
HSL114.67º46.39%19.02%-
HSV(B)114.67º63.38%27.84%-
XYZ2.984.861.76-
YUV53.61112.42111.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.62%
GREEN value IS 71 (28.12% from 255) = 55.91%
BLUE value IS 26 (10.55% from 255) = 20.47%
R=23.62%
G=55.91%
B=20.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3071260.5800.630.72114.6746.3919.02
Hex1E471A3A03F48732e13
Octal3610732720771101635623
Binary1111010001111101011101001111111001000111001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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