#1F3019

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

Shades of Myrtle #1F3019

Tints of Myrtle #1F3019

Color information

#1F3019 (or 0x1F3019) is unknown color: approx Myrtle. HEX triplet: 1F, 30 and 19. RGB value is (31,48,25). Sum of RGB (Red+Green+Blue) = 31+48+25=104 (13% of max value = 765). Red value is 31 (12.5% from 255 or 29.81% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #1F3019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3019 is #E0CFE6. Grayscale: #282828. Windows color (decimal): -14733287 or 1650719. OLE color: 1650719.

HSL color Cylindrical-coordinate representation of color #1F3019: hue angle of 104.35º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F3019 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB314825-
CMYK0.3500.480.81
HSL104.35º31.51%14.31%-
HSV(B)104.35º47.92%18.82%-
XYZ1.82.481.3-
YUV40.3119.37121.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 29.81%
GREEN value IS 48 (19.14% from 255) = 46.15%
BLUE value IS 25 (10.16% from 255) = 24.04%
R=29.81%
G=46.15%
B=24.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3148250.3500.480.81104.3531.5114.31
Hex1F301923030516820e
Octal376031430601211504016
Binary11111110000110011000110110000101000111010001000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,48,25); }

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

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

 a { background-color: rgb(31,48,25); }

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

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

 span { border-color: rgb(31,48,25); }

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