#1F5426

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

Shades of Parsley #1F5426

Tints of Parsley #1F5426

Color information

#1F5426 (or 0x1F5426) is unknown color: approx Parsley. HEX triplet: 1F, 54 and 26. RGB value is (31,84,38). Sum of RGB (Red+Green+Blue) = 31+84+38=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #1F5426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5426 is #E0ABD9. Grayscale: #3F3F3F. Windows color (decimal): -14724058 or 2511903. OLE color: 2511903.

HSL color Cylindrical-coordinate representation of color #1F5426: hue angle of 127.92º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F5426 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB318438-
CMYK0.6300.550.67
HSL127.92º46.09%22.55%-
HSV(B)127.92º63.1%32.94%-
XYZ4.096.772.93-
YUV62.91113.94105.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.26%
GREEN value IS 84 (33.20% from 255) = 54.90%
BLUE value IS 38 (15.23% from 255) = 24.84%
R=20.26%
G=54.90%
B=24.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3184380.6300.550.67127.9246.0922.55
Hex1F54263F03743802e17
Octal3712446770671032005627
Binary111111010100100110111111011011110000111000000010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,84,38); }

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

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

 a { background-color: rgb(31,84,38); }

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

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

 span { border-color: rgb(31,84,38); }

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