#1D311E

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

Shades of Myrtle #1D311E

Tints of Myrtle #1D311E

Color information

#1D311E (or 0x1D311E) is unknown color: approx Myrtle. HEX triplet: 1D, 31 and 1E. RGB value is (29,49,30). Sum of RGB (Red+Green+Blue) = 29+49+30=108 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.85% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 49 - color contains mainly: green. Hex color #1D311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D311E is #E2CEE1. Grayscale: #282828. Windows color (decimal): -14864098 or 1978653. OLE color: 1978653.

HSL color Cylindrical-coordinate representation of color #1D311E: hue angle of 123º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D311E is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB294930-
CMYK0.4100.390.81
HSL123º25.64%15.29%-
HSV(B)123º40.82%19.22%-
XYZ1.842.551.62-
YUV40.85121.87119.54-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.85%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 30 (12.11% from 255) = 27.78%
R=26.85%
G=45.37%
B=27.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2949300.4100.390.8112325.6415.29
Hex1D311E29027517b1af
Octal356136510471211733217
Binary1110111000111110101001010011110100011111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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