#1D461F

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

Shades of Myrtle #1D461F

Tints of Myrtle #1D461F

Color information

#1D461F (or 0x1D461F) is unknown color: approx Myrtle. HEX triplet: 1D, 46 and 1F. RGB value is (29,70,31). Sum of RGB (Red+Green+Blue) = 29+70+31=130 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.31% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #1D461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D461F is #E2B9E0. Grayscale: #353535. Windows color (decimal): -14858721 or 2049565. OLE color: 2049565.

HSL color Cylindrical-coordinate representation of color #1D461F: hue angle of 122.93º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D461F is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB297031-
CMYK0.5900.560.73
HSL122.93º41.41%19.41%-
HSV(B)122.93º58.57%27.45%-
XYZ2.944.742.06-
YUV53.29115.42110.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.31%
GREEN value IS 70 (27.73% from 255) = 53.85%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=22.31%
G=53.85%
B=23.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2970310.5900.560.73122.9341.4119.41
Hex1D461F3B038497b2913
Octal3510637730701111735123
Binary1110110001101111111101101110001001001111101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,70,31); }

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

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

 a { background-color: rgb(29,70,31); }

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

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

 span { border-color: rgb(29,70,31); }

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