#1D6014

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

Shades of Myrtle #1D6014

Tints of Myrtle #1D6014

Color information

#1D6014 (or 0x1D6014) is unknown color: approx Myrtle. HEX triplet: 1D, 60 and 14. RGB value is (29,96,20). Sum of RGB (Red+Green+Blue) = 29+96+20=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 96 (37.89% from 255 or 66.21% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 96 - color contains mainly: green. Hex color #1D6014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6014 is #E29FEB. Grayscale: #434343. Windows color (decimal): -14852076 or 1335325. OLE color: 1335325.

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

Color convert

RGB299620-
CMYK0.7000.790.62
HSL112.89º65.52%22.75%-
HSV(B)112.89º79.17%37.65%-
XYZ4.828.682.08-
YUV67.3101.3100.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20%
GREEN value IS 96 (37.89% from 255) = 66.21%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=20%
G=66.21%
B=13.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2996200.7000.790.62112.8965.5222.75
Hex1D60144604F3E714217
Octal351402410601177616110227
Binary111011100000101001000110010011111111101110001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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