#1D421D

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

Shades of Myrtle #1D421D

Tints of Myrtle #1D421D

Color information

#1D421D (or 0x1D421D) is unknown color: approx Myrtle. HEX triplet: 1D, 42 and 1D. RGB value is (29,66,29). Sum of RGB (Red+Green+Blue) = 29+66+29=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #1D421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D421D is #E2BDE2. Grayscale: #323232. Windows color (decimal): -14859747 or 1917469. OLE color: 1917469.

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

Color convert

RGB296629-
CMYK0.5600.560.74
HSL120º38.95%18.63%-
HSV(B)120º56.06%25.88%-
XYZ2.684.251.84-
YUV50.72115.74112.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.39%
GREEN value IS 66 (26.17% from 255) = 53.23%
BLUE value IS 29 (11.72% from 255) = 23.39%
R=23.39%
G=53.23%
B=23.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2966290.5600.560.7412038.9518.63
Hex1D421D380384A782713
Octal3510235700701121704723
Binary1110110000101110111100001110001001010111100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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