#1D3912

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

Shades of Myrtle #1D3912

Tints of Myrtle #1D3912

Color information

#1D3912 (or 0x1D3912) is unknown color: approx Myrtle. HEX triplet: 1D, 39 and 12. RGB value is (29,57,18). Sum of RGB (Red+Green+Blue) = 29+57+18=104 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.88% from 104); Green value is 57 (22.66% from 255 or 54.81% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 57 - color contains mainly: green. Hex color #1D3912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3912 is #E2C6ED. Grayscale: #2C2C2C. Windows color (decimal): -14862062 or 1194269. OLE color: 1194269.

HSL color Cylindrical-coordinate representation of color #1D3912: hue angle of 103.08º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D3912 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB295718-
CMYK0.4900.680.78
HSL103.08º52%14.71%-
HSV(B)103.08º68.42%22.35%-
XYZ2.083.231.09-
YUV44.18113.22117.17-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 27.88%
GREEN value IS 57 (22.66% from 255) = 54.81%
BLUE value IS 18 (7.42% from 255) = 17.31%
R=27.88%
G=54.81%
B=17.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2957180.4900.680.78103.085214.71
Hex1D3912310444E6734f
Octal3571226101041161476417
Binary111011110011001011000101000100100111011001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,57,18); }

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

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

 a { background-color: rgb(29,57,18); }

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

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

 span { border-color: rgb(29,57,18); }

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