#1D3A1F

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

Shades of Myrtle #1D3A1F

Tints of Myrtle #1D3A1F

Color information

#1D3A1F (or 0x1D3A1F) is unknown color: approx Myrtle. HEX triplet: 1D, 3A and 1F. RGB value is (29,58,31). Sum of RGB (Red+Green+Blue) = 29+58+31=118 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.58% from 118); Green value is 58 (23.05% from 255 or 49.15% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 58 - color contains mainly: green. Hex color #1D3A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3A1F is #E2C5E0. Grayscale: #2E2E2E. Windows color (decimal): -14861793 or 2046493. OLE color: 2046493.

HSL color Cylindrical-coordinate representation of color #1D3A1F: hue angle of 124.14º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1D3A1F is Cyan = 0.5, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB295831-
CMYK0.500.470.77
HSL124.14º33.33%17.06%-
HSV(B)124.14º50%22.75%-
XYZ2.273.391.83-
YUV46.25119.39115.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.58%
GREEN value IS 58 (23.05% from 255) = 49.15%
BLUE value IS 31 (12.5% from 255) = 26.27%
R=24.58%
G=49.15%
B=26.27%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2958310.500.470.77124.1433.3317.06
Hex1D3A1F3202F4D7c2111
Octal357237620571151744121
Binary111011110101111111001001011111001101111110010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,58,31); }

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

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

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

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

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

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

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