#1D481E

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

Shades of Myrtle #1D481E

Tints of Myrtle #1D481E

Color information

#1D481E (or 0x1D481E) is unknown color: approx Myrtle. HEX triplet: 1D, 48 and 1E. RGB value is (29,72,30). Sum of RGB (Red+Green+Blue) = 29+72+30=131 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.14% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #1D481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D481E is #E2B7E1. Grayscale: #363636. Windows color (decimal): -14858210 or 1984541. OLE color: 1984541.

HSL color Cylindrical-coordinate representation of color #1D481E: hue angle of 121.4º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D481E is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB297230-
CMYK0.6000.580.72
HSL121.4º42.57%19.8%-
HSV(B)121.4º59.72%28.24%-
XYZ3.064.992.03-
YUV54.36114.25109.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.14%
GREEN value IS 72 (28.52% from 255) = 54.96%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=22.14%
G=54.96%
B=22.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2972300.6000.580.72121.442.5719.8
Hex1D481E3C03A48792b14
Octal3511036740721101715324
Binary1110110010001111011110001110101001000111100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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