#1F5F29

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

Shades of Parsley #1F5F29

Tints of Parsley #1F5F29

Color information

#1F5F29 (or 0x1F5F29) is unknown color: approx Parsley. HEX triplet: 1F, 5F and 29. RGB value is (31,95,41). Sum of RGB (Red+Green+Blue) = 31+95+41=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 95 (37.5% from 255 or 56.89% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5F29 is #E0A0D6. Grayscale: #454545. Windows color (decimal): -14721239 or 2711327. OLE color: 2711327.

HSL color Cylindrical-coordinate representation of color #1F5F29: hue angle of 129.38º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5F29 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.

Color convert

RGB319541-
CMYK0.6700.570.63
HSL129.38º50.79%24.71%-
HSV(B)129.38º67.37%37.25%-
XYZ5.068.643.5-
YUV69.71111.8100.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.56%
GREEN value IS 95 (37.5% from 255) = 56.89%
BLUE value IS 41 (16.41% from 255) = 24.55%
R=18.56%
G=56.89%
B=24.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3195410.6700.570.63129.3850.7924.71
Hex1F5F29430393F813319
Octal3713751103071772016331
Binary111111011111101001100001101110011111111000000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,95,41); }

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

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

 a { background-color: rgb(31,95,41); }

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

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

 span { border-color: rgb(31,95,41); }

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