#1E5801

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

Shades of Myrtle #1E5801

Tints of Myrtle #1E5801

Color information

#1E5801 (or 0x1E5801) is unknown color: approx Myrtle. HEX triplet: 1E, 58 and 01. RGB value is (30,88,1). Sum of RGB (Red+Green+Blue) = 30+88+1=119 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.21% from 119); Green value is 88 (34.77% from 255 or 73.95% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 88 - color contains mainly: green. Hex color #1E5801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5801 is #E1A7FE. Grayscale: #3D3D3D. Windows color (decimal): -14788607 or 88094. OLE color: 88094.

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

Color convert

RGB30881-
CMYK0.6600.990.65
HSL100º97.75%17.45%-
HSV(B)100º98.86%34.51%-
XYZ4.037.261.22-
YUV60.7494.28106.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.21%
GREEN value IS 88 (34.77% from 255) = 73.95%
BLUE value IS 1 (0.78% from 255) = 0.84%
R=25.21%
G=73.95%
B=0.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal308810.6600.990.6510097.7517.45
Hex1E5814206341646211
Octal361301102014310114414221
Binary111101011000110000100110001110000011100100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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