#1F6015

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

Shades of Myrtle #1F6015

Tints of Myrtle #1F6015

Color information

#1F6015 (or 0x1F6015) is unknown color: approx Myrtle. HEX triplet: 1F, 60 and 15. RGB value is (31,96,21). Sum of RGB (Red+Green+Blue) = 31+96+21=148 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.95% from 148); Green value is 96 (37.89% from 255 or 64.86% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 96 - color contains mainly: green. Hex color #1F6015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6015 is #E09FEA. Grayscale: #444444. Windows color (decimal): -14721003 or 1400863. OLE color: 1400863.

HSL color Cylindrical-coordinate representation of color #1F6015: hue angle of 112º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F6015 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB319621-
CMYK0.6800.780.62
HSL112º64.1%22.94%-
HSV(B)112º78.12%37.65%-
XYZ4.888.712.13-
YUV68.02101.47101.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.95%
GREEN value IS 96 (37.89% from 255) = 64.86%
BLUE value IS 21 (8.59% from 255) = 14.19%
R=20.95%
G=64.86%
B=14.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3196210.6800.780.6211264.122.94
Hex1F60154404E3E704017
Octal371402510401167616010027
Binary111111100000101011000100010011101111101110000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,96,21); }

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

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

 a { background-color: rgb(31,96,21); }

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

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

 span { border-color: rgb(31,96,21); }

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