#1F311E

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

Shades of Myrtle #1F311E

Tints of Myrtle #1F311E

Color information

#1F311E (or 0x1F311E) is unknown color: approx Myrtle. HEX triplet: 1F, 31 and 1E. RGB value is (31,49,30). Sum of RGB (Red+Green+Blue) = 31+49+30=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #1F311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F311E is #E0CEE1. Grayscale: #292929. Windows color (decimal): -14733026 or 1978655. OLE color: 1978655.

HSL color Cylindrical-coordinate representation of color #1F311E: hue angle of 116.84º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F311E is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB314930-
CMYK0.3700.390.81
HSL116.84º24.05%15.49%-
HSV(B)116.84º38.78%19.22%-
XYZ1.92.581.63-
YUV41.45121.54120.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.18%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=28.18%
G=44.55%
B=27.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3149300.3700.390.81116.8424.0515.49
Hex1F311E25027517518f
Octal376136450471211653017
Binary1111111000111110100101010011110100011110101110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,49,30); }

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

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

 a { background-color: rgb(31,49,30); }

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

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

 span { border-color: rgb(31,49,30); }

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