#1E5A01

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

Shades of Myrtle #1E5A01

Tints of Myrtle #1E5A01

Color information

#1E5A01 (or 0x1E5A01) is unknown color: approx Myrtle. HEX triplet: 1E, 5A and 01. RGB value is (30,90,1). Sum of RGB (Red+Green+Blue) = 30+90+1=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 90 (35.55% from 255 or 74.38% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 90 - color contains mainly: green. Hex color #1E5A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5A01 is #E1A5FE. Grayscale: #3E3E3E. Windows color (decimal): -14788095 or 88606. OLE color: 88606.

HSL color Cylindrical-coordinate representation of color #1E5A01: hue angle of 100.45º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E5A01 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB30901-
CMYK0.6700.990.65
HSL100.45º97.8%17.84%-
HSV(B)100.45º98.89%35.29%-
XYZ4.27.591.27-
YUV61.9193.62105.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.79%
GREEN value IS 90 (35.55% from 255) = 74.38%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=24.79%
G=74.38%
B=0.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal309010.6700.990.65100.4597.817.84
Hex1E5A14306341646212
Octal361321103014310114414222
Binary111101011010110000110110001110000011100100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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