#1D3F1E

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

Shades of Myrtle #1D3F1E

Tints of Myrtle #1D3F1E

Color information

#1D3F1E (or 0x1D3F1E) is unknown color: approx Myrtle. HEX triplet: 1D, 3F and 1E. RGB value is (29,63,30). Sum of RGB (Red+Green+Blue) = 29+63+30=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 63 (25% from 255 or 51.64% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 63 - color contains mainly: green. Hex color #1D3F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3F1E is #E2C0E1. Grayscale: #313131. Windows color (decimal): -14860514 or 1982237. OLE color: 1982237.

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

Color convert

RGB296330-
CMYK0.5400.520.75
HSL121.76º36.96%18.04%-
HSV(B)121.76º53.97%24.71%-
XYZ2.523.911.85-
YUV49.07117.24113.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.77%
GREEN value IS 63 (25% from 255) = 51.64%
BLUE value IS 30 (12.11% from 255) = 24.59%
R=23.77%
G=51.64%
B=24.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2963300.5400.520.75121.7636.9618.04
Hex1D3F1E360344B7a2512
Octal357736660641131724522
Binary111011111111111011011001101001001011111101010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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