#1D4012

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

Shades of Myrtle #1D4012

Tints of Myrtle #1D4012

Color information

#1D4012 (or 0x1D4012) is unknown color: approx Myrtle. HEX triplet: 1D, 40 and 12. RGB value is (29,64,18). Sum of RGB (Red+Green+Blue) = 29+64+18=111 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.13% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #1D4012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4012 is #E2BFED. Grayscale: #303030. Windows color (decimal): -14860270 or 1196061. OLE color: 1196061.

HSL color Cylindrical-coordinate representation of color #1D4012: hue angle of 105.65º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D4012 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB296418-
CMYK0.5500.720.75
HSL105.65º56.1%16.08%-
HSV(B)105.65º71.88%25.1%-
XYZ2.453.971.21-
YUV48.29110.9114.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.13%
GREEN value IS 64 (25.39% from 255) = 57.66%
BLUE value IS 18 (7.42% from 255) = 16.22%
R=26.13%
G=57.66%
B=16.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2964180.5500.720.75105.6556.116.08
Hex1D4012370484B6a3810
Octal35100226701101131527020
Binary11101100000010010110111010010001001011110101011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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