#1f421d

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

Shades of Myrtle #1F421D

Tints of Myrtle #1F421D

Color information

#1F421D (or 0x1F421D) is unknown color: approx Myrtle. HEX triplet: 1F, 42 and 1D. RGB value is (31,66,29). Sum of RGB (Red+Green+Blue) = 31+66+29=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #1F421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F421D is #E0BDE2. Grayscale: #333333. Windows color (decimal): -14728675 or 1917471. OLE color: 1917471.

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

Color convert

RGB316629-
CMYK0.5300.560.74
HSL116.76º38.95%18.63%-
HSV(B)116.76º56.06%25.88%-
XYZ2.744.281.84-
YUV51.32115.4113.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.60%
GREEN value IS 66 (26.17% from 255) = 52.38%
BLUE value IS 29 (11.72% from 255) = 23.02%
R=24.60%
G=52.38%
B=23.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3166290.5300.560.74116.7638.9518.63
Hex1F421D350384A752713
Octal3710235650701121654723
Binary1111110000101110111010101110001001010111010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f421d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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