#1D400D

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

Shades of Myrtle #1D400D

Tints of Myrtle #1D400D

Color information

#1D400D (or 0x1D400D) is unknown color: approx Myrtle. HEX triplet: 1D, 40 and 0D. RGB value is (29,64,13). Sum of RGB (Red+Green+Blue) = 29+64+13=106 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.36% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #1D400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D400D is #E2BFF2. Grayscale: #2F2F2F. Windows color (decimal): -14860275 or 868381. OLE color: 868381.

HSL color Cylindrical-coordinate representation of color #1D400D: hue angle of 101.18º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D400D is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB296413-
CMYK0.5500.800.75
HSL101.18º66.23%15.1%-
HSV(B)101.18º79.69%25.1%-
XYZ2.413.961.02-
YUV47.72108.4114.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 27.36%
GREEN value IS 64 (25.39% from 255) = 60.38%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=27.36%
G=60.38%
B=12.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2964130.5500.800.75101.1866.2315.1
Hex1D40D370504B6542f
Octal351001567012011314510217
Binary1110110000001101110111010100001001011110010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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