#1F420E

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

Shades of Myrtle #1F420E

Tints of Myrtle #1F420E

Color information

#1F420E (or 0x1F420E) is unknown color: approx Myrtle. HEX triplet: 1F, 42 and 0E. RGB value is (31,66,14). Sum of RGB (Red+Green+Blue) = 31+66+14=111 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.93% from 111); Green value is 66 (26.17% from 255 or 59.46% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 66 - color contains mainly: green. Hex color #1F420E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F420E is #E0BDF1. Grayscale: #313131. Windows color (decimal): -14728690 or 934431. OLE color: 934431.

HSL color Cylindrical-coordinate representation of color #1F420E: hue angle of 100.38º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F420E is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB316614-
CMYK0.5300.790.74
HSL100.38º65%15.69%-
HSV(B)100.38º78.79%25.88%-
XYZ2.594.221.09-
YUV49.61107.9114.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.93%
GREEN value IS 66 (26.17% from 255) = 59.46%
BLUE value IS 14 (5.86% from 255) = 12.61%
R=27.93%
G=59.46%
B=12.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3166140.5300.790.74100.386515.69
Hex1F42E3504F4A644110
Octal371021665011711214410120
Binary11111100001011101101010100111110010101100100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,66,14); }

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

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

 a { background-color: rgb(31,66,14); }

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

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

 span { border-color: rgb(31,66,14); }

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