#1E4702

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

Shades of Myrtle #1E4702

Tints of Myrtle #1E4702

Color information

#1E4702 (or 0x1E4702) is unknown color: approx Myrtle. HEX triplet: 1E, 47 and 02. RGB value is (30,71,2). Sum of RGB (Red+Green+Blue) = 30+71+2=103 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.13% from 103); Green value is 71 (28.12% from 255 or 68.93% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 71 - color contains mainly: green. Hex color #1E4702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4702 is #E1B8FD. Grayscale: #333333. Windows color (decimal): -14792958 or 149278. OLE color: 149278.

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

Color convert

RGB30712-
CMYK0.5800.970.72
HSL95.65º94.52%14.31%-
HSV(B)95.65º97.18%27.84%-
XYZ2.84.790.83-
YUV50.88100.42113.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 29.13%
GREEN value IS 71 (28.12% from 255) = 68.93%
BLUE value IS 2 (1.17% from 255) = 1.94%
R=29.13%
G=68.93%
B=1.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal307120.5800.970.7295.6594.5214.31
Hex1E4723A06148605fe
Octal36107272014111014013716
Binary11110100011110111010011000011001000110000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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