#1D3F14

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

Shades of Myrtle #1D3F14

Tints of Myrtle #1D3F14

Color information

#1D3F14 (or 0x1D3F14) is unknown color: approx Myrtle. HEX triplet: 1D, 3F and 14. RGB value is (29,63,20). Sum of RGB (Red+Green+Blue) = 29+63+20=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 63 (25% from 255 or 56.25% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 63 - color contains mainly: green. Hex color #1D3F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3F14 is #E2C0EB. Grayscale: #303030. Windows color (decimal): -14860524 or 1326877. OLE color: 1326877.

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

Color convert

RGB296320-
CMYK0.5400.680.75
HSL107.44º51.81%16.27%-
HSV(B)107.44º68.25%24.71%-
XYZ2.413.871.28-
YUV47.93112.24114.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25.89%
GREEN value IS 63 (25% from 255) = 56.25%
BLUE value IS 20 (8.20% from 255) = 17.86%
R=25.89%
G=56.25%
B=17.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2963200.5400.680.75107.4451.8116.27
Hex1D3F14360444B6b3410
Octal3577246601041131536420
Binary1110111111110100110110010001001001011110101111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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