#1D3B10

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

Shades of Myrtle #1D3B10

Tints of Myrtle #1D3B10

Color information

#1D3B10 (or 0x1D3B10) is unknown color: approx Myrtle. HEX triplet: 1D, 3B and 10. RGB value is (29,59,16). Sum of RGB (Red+Green+Blue) = 29+59+16=104 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.88% from 104); Green value is 59 (23.44% from 255 or 56.73% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 59 - color contains mainly: green. Hex color #1D3B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3B10 is #E2C4EF. Grayscale: #2D2D2D. Windows color (decimal): -14861552 or 1063709. OLE color: 1063709.

HSL color Cylindrical-coordinate representation of color #1D3B10: hue angle of 101.86º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D3B10 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.77.

Color convert

RGB295916-
CMYK0.5100.730.77
HSL101.86º57.33%14.71%-
HSV(B)101.86º72.88%23.14%-
XYZ2.163.431.04-
YUV45.13111.56116.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 27.88%
GREEN value IS 59 (23.44% from 255) = 56.73%
BLUE value IS 16 (6.64% from 255) = 15.38%
R=27.88%
G=56.73%
B=15.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2959160.5100.730.77101.8657.3314.71
Hex1D3B10330494D6639f
Octal3573206301111151467117
Binary111011110111000011001101001001100110111001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,59,16); }

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

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

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

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

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

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

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