#1F501E

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

Shades of Myrtle #1F501E

Tints of Myrtle #1F501E

Color information

#1F501E (or 0x1F501E) is unknown color: approx Myrtle. HEX triplet: 1F, 50 and 1E. RGB value is (31,80,30). Sum of RGB (Red+Green+Blue) = 31+80+30=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #1F501E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F501E is #E0AFE1. Grayscale: #3B3B3B. Windows color (decimal): -14725090 or 1986591. OLE color: 1986591.

HSL color Cylindrical-coordinate representation of color #1F501E: hue angle of 118.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F501E is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB318030-
CMYK0.6100.620.69
HSL118.8º45.45%21.57%-
HSV(B)118.8º62.5%31.37%-
XYZ3.676.122.22-
YUV59.65111.27107.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.99%
GREEN value IS 80 (31.64% from 255) = 56.74%
BLUE value IS 30 (12.11% from 255) = 21.28%
R=21.99%
G=56.74%
B=21.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3180300.6100.620.69118.845.4521.57
Hex1F501E3D03E45772d16
Octal3712036750761051675526
Binary1111110100001111011110101111101000101111011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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