#1E5500

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

Shades of Myrtle #1E5500

Tints of Myrtle #1E5500

Color information

#1E5500 (or 0x1E5500) is unknown color: approx Myrtle. HEX triplet: 1E, 55 and 00. RGB value is (30,85,0). Sum of RGB (Red+Green+Blue) = 30+85+0=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 85 (33.59% from 255 or 73.91% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 85 - color contains mainly: green. Hex color #1E5500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5500 is #E1AAFF. Grayscale: #3B3B3B. Windows color (decimal): -14789376 or 21790. OLE color: 21790.

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

Color convert

RGB30850-
CMYK0.65010.67
HSL98.82º100%16.67%-
HSV(B)98.82º100%33.33%-
XYZ3.786.771.11-
YUV58.8694.78107.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.09%
GREEN value IS 85 (33.59% from 255) = 73.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.09%
G=73.91%
B=0%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal308500.65010.6798.8210016.67
Hex1E5504106443636411
Octal361250101014410314314421
Binary111101010101010000010110010010000111100011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,85,0); }

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

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

 a { background-color: rgb(30,85,0); }

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

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

 span { border-color: rgb(30,85,0); }

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