#1E4901

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

Shades of Myrtle #1E4901

Tints of Myrtle #1E4901

Color information

#1E4901 (or 0x1E4901) is unknown color: approx Myrtle. HEX triplet: 1E, 49 and 01. RGB value is (30,73,1). Sum of RGB (Red+Green+Blue) = 30+73+1=104 (13% of max value = 765). Red value is 30 (12.11% from 255 or 28.85% from 104); Green value is 73 (28.91% from 255 or 70.19% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 73 - color contains mainly: green. Hex color #1E4901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4901 is #E1B6FE. Grayscale: #343434. Windows color (decimal): -14792447 or 84254. OLE color: 84254.

HSL color Cylindrical-coordinate representation of color #1E4901: hue angle of 95.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E4901 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB30731-
CMYK0.5900.990.71
HSL95.83º97.3%14.51%-
HSV(B)95.83º98.63%28.63%-
XYZ2.925.040.85-
YUV51.9399.25112.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 28.85%
GREEN value IS 73 (28.91% from 255) = 70.19%
BLUE value IS 1 (0.78% from 255) = 0.96%
R=28.85%
G=70.19%
B=0.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal307310.5900.990.7195.8397.314.51
Hex1E4913B063476061f
Octal36111173014310714014117
Binary1111010010011111011011000111000111110000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,73,1); }

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

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

 a { background-color: rgb(30,73,1); }

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

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

 span { border-color: rgb(30,73,1); }

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