#1F5C26

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

Shades of Parsley #1F5C26

Tints of Parsley #1F5C26

Color information

#1F5C26 (or 0x1F5C26) is unknown color: approx Parsley. HEX triplet: 1F, 5C and 26. RGB value is (31,92,38). Sum of RGB (Red+Green+Blue) = 31+92+38=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 92 (36.33% from 255 or 57.14% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 92 - color contains mainly: green. Hex color #1F5C26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5C26 is #E0A3D9. Grayscale: #434343. Windows color (decimal): -14722010 or 2513951. OLE color: 2513951.

HSL color Cylindrical-coordinate representation of color #1F5C26: hue angle of 126.89º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5C26 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.

Color convert

RGB319238-
CMYK0.6600.590.64
HSL126.89º49.59%24.12%-
HSV(B)126.89º66.3%36.08%-
XYZ4.748.093.14-
YUV67.6111.29101.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.25%
GREEN value IS 92 (36.33% from 255) = 57.14%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=19.25%
G=57.14%
B=23.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3192380.6600.590.64126.8949.5924.12
Hex1F5C264203B407f3218
Octal37134461020731001776230
Binary111111011100100110100001001110111000000111111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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