#1D481B

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

Shades of Myrtle #1D481B

Tints of Myrtle #1D481B

Color information

#1D481B (or 0x1D481B) is unknown color: approx Myrtle. HEX triplet: 1D, 48 and 1B. RGB value is (29,72,27). Sum of RGB (Red+Green+Blue) = 29+72+27=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #1D481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D481B is #E2B7E4. Grayscale: #363636. Windows color (decimal): -14858213 or 1787933. OLE color: 1787933.

HSL color Cylindrical-coordinate representation of color #1D481B: hue angle of 117.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D481B is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB297227-
CMYK0.6000.620.72
HSL117.33º45.45%19.41%-
HSV(B)117.33º62.5%28.24%-
XYZ3.024.981.84-
YUV54.01112.75110.16-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.66%
GREEN value IS 72 (28.52% from 255) = 56.25%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=22.66%
G=56.25%
B=21.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2972270.6000.620.72117.3345.4519.41
Hex1D481B3C03E48752d13
Octal3511033740761101655523
Binary1110110010001101111110001111101001000111010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,72,27); }

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

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

 a { background-color: rgb(29,72,27); }

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

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

 span { border-color: rgb(29,72,27); }

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