#1F470D

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

Shades of Myrtle #1F470D

Tints of Myrtle #1F470D

Color information

#1F470D (or 0x1F470D) is unknown color: approx Myrtle. HEX triplet: 1F, 47 and 0D. RGB value is (31,71,13). Sum of RGB (Red+Green+Blue) = 31+71+13=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 71 (28.12% from 255 or 61.74% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 71 - color contains mainly: green. Hex color #1F470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F470D is #E0B8F2. Grayscale: #343434. Windows color (decimal): -14727411 or 870175. OLE color: 870175.

HSL color Cylindrical-coordinate representation of color #1F470D: hue angle of 101.38º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F470D is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB317113-
CMYK0.5600.820.72
HSL101.38º69.05%16.47%-
HSV(B)101.38º81.69%27.84%-
XYZ2.894.831.16-
YUV52.43105.75112.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.96%
GREEN value IS 71 (28.12% from 255) = 61.74%
BLUE value IS 13 (5.47% from 255) = 11.30%
R=26.96%
G=61.74%
B=11.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3171130.5600.820.72101.3869.0516.47
Hex1F47D3805248654510
Octal371071570012211014510520
Binary11111100011111011110000101001010010001100101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,71,13); }

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

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

 a { background-color: rgb(31,71,13); }

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

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

 span { border-color: rgb(31,71,13); }

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