#1D480F

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

Shades of Myrtle #1D480F

Tints of Myrtle #1D480F

Color information

#1D480F (or 0x1D480F) is unknown color: approx Myrtle. HEX triplet: 1D, 48 and 0F. RGB value is (29,72,15). Sum of RGB (Red+Green+Blue) = 29+72+15=116 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25% from 116); Green value is 72 (28.52% from 255 or 62.07% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 72 - color contains mainly: green. Hex color #1D480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D480F is #E2B7F0. Grayscale: #343434. Windows color (decimal): -14858225 or 1001501. OLE color: 1001501.

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

Color convert

RGB297215-
CMYK0.6000.790.72
HSL105.26º65.52%17.06%-
HSV(B)105.26º79.17%28.24%-
XYZ2.914.931.25-
YUV52.64106.75111.13-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25%
GREEN value IS 72 (28.52% from 255) = 62.07%
BLUE value IS 15 (6.25% from 255) = 12.93%
R=25%
G=62.07%
B=12.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2972150.6000.790.72105.2665.5217.06
Hex1D48F3C04F48694211
Octal351101774011711015110221
Binary11101100100011111111000100111110010001101001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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