#1D6012

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

Shades of Myrtle #1D6012

Tints of Myrtle #1D6012

Color information

#1D6012 (or 0x1D6012) is unknown color: approx Myrtle. HEX triplet: 1D, 60 and 12. RGB value is (29,96,18). Sum of RGB (Red+Green+Blue) = 29+96+18=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 96 (37.89% from 255 or 67.13% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 96 - color contains mainly: green. Hex color #1D6012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6012 is #E29FED. Grayscale: #434343. Windows color (decimal): -14852078 or 1204253. OLE color: 1204253.

HSL color Cylindrical-coordinate representation of color #1D6012: hue angle of 111.54º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D6012 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB299618-
CMYK0.7000.810.62
HSL111.54º68.42%22.35%-
HSV(B)111.54º81.25%37.65%-
XYZ4.88.671.99-
YUV67.08100.3100.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.28%
GREEN value IS 96 (37.89% from 255) = 67.13%
BLUE value IS 18 (7.42% from 255) = 12.59%
R=20.28%
G=67.13%
B=12.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2996180.7000.810.62111.5468.4222.35
Hex1D6012460513E704416
Octal351402210601217616010426
Binary111011100000100101000110010100011111101110000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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