#1E5D01

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

Shades of Myrtle #1E5D01

Tints of Myrtle #1E5D01

Color information

#1E5D01 (or 0x1E5D01) is unknown color: approx Myrtle. HEX triplet: 1E, 5D and 01. RGB value is (30,93,1). Sum of RGB (Red+Green+Blue) = 30+93+1=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 93 (36.72% from 255 or 75% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 93 - color contains mainly: green. Hex color #1E5D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5D01 is #E1A2FE. Grayscale: #3F3F3F. Windows color (decimal): -14787327 or 89374. OLE color: 89374.

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

Color convert

RGB30931-
CMYK0.6800.990.64
HSL101.09º97.87%18.43%-
HSV(B)101.09º98.92%36.47%-
XYZ4.468.111.36-
YUV63.6792.63103.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.19%
GREEN value IS 93 (36.72% from 255) = 75%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=24.19%
G=75%
B=0.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal309310.6800.990.64101.0997.8718.43
Hex1E5D14406340656212
Octal361351104014310014514222
Binary111101011101110001000110001110000001100101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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