#1E4801

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

Shades of Myrtle #1E4801

Tints of Myrtle #1E4801

Color information

#1E4801 (or 0x1E4801) is unknown color: approx Myrtle. HEX triplet: 1E, 48 and 01. RGB value is (30,72,1). Sum of RGB (Red+Green+Blue) = 30+72+1=103 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.13% from 103); Green value is 72 (28.52% from 255 or 69.90% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 72 - color contains mainly: green. Hex color #1E4801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4801 is #E1B7FE. Grayscale: #333333. Windows color (decimal): -14792703 or 83998. OLE color: 83998.

HSL color Cylindrical-coordinate representation of color #1E4801: hue angle of 95.49º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E4801 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB30721-
CMYK0.5800.990.72
HSL95.49º97.26%14.31%-
HSV(B)95.49º98.61%28.24%-
XYZ2.864.910.83-
YUV51.3599.59112.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 29.13%
GREEN value IS 72 (28.52% from 255) = 69.90%
BLUE value IS 1 (0.78% from 255) = 0.97%
R=29.13%
G=69.90%
B=0.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal307210.5800.990.7295.4997.2614.31
Hex1E4813A063485f61e
Octal36110172014311013714116
Binary1111010010001111010011000111001000101111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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