#1D401E

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

Shades of Myrtle #1D401E

Tints of Myrtle #1D401E

Color information

#1D401E (or 0x1D401E) is unknown color: approx Myrtle. HEX triplet: 1D, 40 and 1E. RGB value is (29,64,30). Sum of RGB (Red+Green+Blue) = 29+64+30=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #1D401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D401E is #E2BFE1. Grayscale: #313131. Windows color (decimal): -14860258 or 1982493. OLE color: 1982493.

HSL color Cylindrical-coordinate representation of color #1D401E: hue angle of 121.71º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D401E is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB296430-
CMYK0.5500.530.75
HSL121.71º37.63%18.24%-
HSV(B)121.71º54.69%25.1%-
XYZ2.574.021.87-
YUV49.66116.9113.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.58%
GREEN value IS 64 (25.39% from 255) = 52.03%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=23.58%
G=52.03%
B=24.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2964300.5500.530.75121.7137.6318.24
Hex1D401E370354B7a2612
Octal3510036670651131724622
Binary1110110000001111011011101101011001011111101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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