#1D3215

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

Shades of Myrtle #1D3215

Tints of Myrtle #1D3215

Color information

#1D3215 (or 0x1D3215) is unknown color: approx Myrtle. HEX triplet: 1D, 32 and 15. RGB value is (29,50,21). Sum of RGB (Red+Green+Blue) = 29+50+21=100 (13% of max value = 765). Red value is 29 (11.72% from 255 or 29% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #1D3215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3215 is #E2CDEA. Grayscale: #282828. Windows color (decimal): -14863851 or 1389085. OLE color: 1389085.

HSL color Cylindrical-coordinate representation of color #1D3215: hue angle of 103.45º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1D3215 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB295021-
CMYK0.4200.580.80
HSL103.45º40.85%13.92%-
HSV(B)103.45º58%19.61%-
XYZ1.782.61.12-
YUV40.42117.04119.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 29%
GREEN value IS 50 (19.92% from 255) = 50%
BLUE value IS 21 (8.59% from 255) = 21%
R=29%
G=50%
B=21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2950210.4200.580.80103.4540.8513.92
Hex1D32152A03A506729e
Octal356225520721201475116
Binary11101110010101011010100111010101000011001111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,50,21); }

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

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

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

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

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

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

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