#1F5625

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

Shades of Parsley #1F5625

Tints of Parsley #1F5625

Color information

#1F5625 (or 0x1F5625) is unknown color: approx Parsley. HEX triplet: 1F, 56 and 25. RGB value is (31,86,37). Sum of RGB (Red+Green+Blue) = 31+86+37=154 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.13% from 154); Green value is 86 (33.98% from 255 or 55.84% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 86 - color contains mainly: green. Hex color #1F5625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5625 is #E0A9DA. Grayscale: #404040. Windows color (decimal): -14723547 or 2446879. OLE color: 2446879.

HSL color Cylindrical-coordinate representation of color #1F5625: hue angle of 126.55º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F5625 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB318637-
CMYK0.6400.570.66
HSL126.55º47.01%22.94%-
HSV(B)126.55º63.95%33.73%-
XYZ4.237.082.89-
YUV63.97112.78104.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.13%
GREEN value IS 86 (33.98% from 255) = 55.84%
BLUE value IS 37 (14.84% from 255) = 24.03%
R=20.13%
G=55.84%
B=24.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3186370.6400.570.66126.5547.0122.94
Hex1F562540039427f2f17
Octal37126451000711021775727
Binary111111010110100101100000001110011000010111111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,86,37); }

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

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

 a { background-color: rgb(31,86,37); }

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

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

 span { border-color: rgb(31,86,37); }

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