#1E3A1F

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

Shades of Myrtle #1E3A1F

Tints of Myrtle #1E3A1F

Color information

#1E3A1F (or 0x1E3A1F) is unknown color: approx Myrtle. HEX triplet: 1E, 3A and 1F. RGB value is (30,58,31). Sum of RGB (Red+Green+Blue) = 30+58+31=119 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.21% from 119); Green value is 58 (23.05% from 255 or 48.74% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 58 - color contains mainly: green. Hex color #1E3A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3A1F is #E1C5E0. Grayscale: #2E2E2E. Windows color (decimal): -14796257 or 2046494. OLE color: 2046494.

HSL color Cylindrical-coordinate representation of color #1E3A1F: hue angle of 122.14º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1E3A1F is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB305831-
CMYK0.4800.470.77
HSL122.14º31.82%17.25%-
HSV(B)122.14º48.28%22.75%-
XYZ2.33.41.83-
YUV46.55119.22116.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.21%
GREEN value IS 58 (23.05% from 255) = 48.74%
BLUE value IS 31 (12.5% from 255) = 26.05%
R=25.21%
G=48.74%
B=26.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3058310.4800.470.77122.1431.8217.25
Hex1E3A1F3002F4D7a2011
Octal367237600571151724021
Binary111101110101111111000001011111001101111101010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,58,31); }

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

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

 a { background-color: rgb(30,58,31); }

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

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

 span { border-color: rgb(30,58,31); }

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