#1D3D1E

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

Shades of Myrtle #1D3D1E

Tints of Myrtle #1D3D1E

Color information

#1D3D1E (or 0x1D3D1E) is unknown color: approx Myrtle. HEX triplet: 1D, 3D and 1E. RGB value is (29,61,30). Sum of RGB (Red+Green+Blue) = 29+61+30=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 61 (24.22% from 255 or 50.83% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 61 - color contains mainly: green. Hex color #1D3D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3D1E is #E2C2E1. Grayscale: #2F2F2F. Windows color (decimal): -14861026 or 1981725. OLE color: 1981725.

HSL color Cylindrical-coordinate representation of color #1D3D1E: hue angle of 121.88º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D3D1E is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.76.

Color convert

RGB296130-
CMYK0.5200.510.76
HSL121.88º35.56%17.65%-
HSV(B)121.88º52.46%23.92%-
XYZ2.413.691.81-
YUV47.9117.9114.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.17%
GREEN value IS 61 (24.22% from 255) = 50.83%
BLUE value IS 30 (12.11% from 255) = 25%
R=24.17%
G=50.83%
B=25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2961300.5200.510.76121.8835.5617.65
Hex1D3D1E340334C7a2412
Octal357536640631141724422
Binary111011111011111011010001100111001100111101010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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