#1D481D

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

Shades of Myrtle #1D481D

Tints of Myrtle #1D481D

Color information

#1D481D (or 0x1D481D) is unknown color: approx Myrtle. HEX triplet: 1D, 48 and 1D. RGB value is (29,72,29). Sum of RGB (Red+Green+Blue) = 29+72+29=130 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.31% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #1D481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D481D is #E2B7E2. Grayscale: #363636. Windows color (decimal): -14858211 or 1919005. OLE color: 1919005.

HSL color Cylindrical-coordinate representation of color #1D481D: hue angle of 120º 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 #1D481D is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB297229-
CMYK0.6000.600.72
HSL120º42.57%19.8%-
HSV(B)120º59.72%28.24%-
XYZ3.054.981.96-
YUV54.24113.75110-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.31%
GREEN value IS 72 (28.52% from 255) = 55.38%
BLUE value IS 29 (11.72% from 255) = 22.31%
R=22.31%
G=55.38%
B=22.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2972290.6000.600.7212042.5719.8
Hex1D481D3C03C48782b14
Octal3511035740741101705324
Binary1110110010001110111110001111001001000111100010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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