#1E4B0A

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

Shades of Myrtle #1E4B0A

Tints of Myrtle #1E4B0A

Color information

#1E4B0A (or 0x1E4B0A) is unknown color: approx Myrtle. HEX triplet: 1E, 4B and 0A. RGB value is (30,75,10). Sum of RGB (Red+Green+Blue) = 30+75+10=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 75 (29.69% from 255 or 65.22% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 75 - color contains mainly: green. Hex color #1E4B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4B0A is #E1B4F5. Grayscale: #363636. Windows color (decimal): -14791926 or 674590. OLE color: 674590.

HSL color Cylindrical-coordinate representation of color #1E4B0A: hue angle of 101.54º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E4B0A is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.71.

Color convert

RGB307510-
CMYK0.6000.870.71
HSL101.54º76.47%16.67%-
HSV(B)101.54º86.67%29.41%-
XYZ3.115.331.15-
YUV54.14103.09110.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.09%
GREEN value IS 75 (29.69% from 255) = 65.22%
BLUE value IS 10 (4.30% from 255) = 8.70%
R=26.09%
G=65.22%
B=8.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3075100.6000.870.71101.5476.4716.67
Hex1E4BA3C05747664c11
Octal361131274012710714611421
Binary11110100101110101111000101011110001111100110100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,75,10); }

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

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

 a { background-color: rgb(30,75,10); }

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

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

 span { border-color: rgb(30,75,10); }

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