#1F6028

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

Shades of Parsley #1F6028

Tints of Parsley #1F6028

Color information

#1F6028 (or 0x1F6028) is unknown color: approx Parsley. HEX triplet: 1F, 60 and 28. RGB value is (31,96,40). Sum of RGB (Red+Green+Blue) = 31+96+40=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #1F6028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6028 is #E09FD7. Grayscale: #464646. Windows color (decimal): -14720984 or 2646047. OLE color: 2646047.

HSL color Cylindrical-coordinate representation of color #1F6028: hue angle of 128.31º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F6028 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB319640-
CMYK0.6800.580.62
HSL128.31º51.18%24.9%-
HSV(B)128.31º67.71%37.65%-
XYZ5.138.813.44-
YUV70.18110.97100.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.56%
GREEN value IS 96 (37.89% from 255) = 57.49%
BLUE value IS 40 (16.02% from 255) = 23.95%
R=18.56%
G=57.49%
B=23.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3196400.6800.580.62128.3151.1824.9
Hex1F60284403A3E803319
Octal3714050104072762006331
Binary111111100000101000100010001110101111101000000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,96,40); }

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

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

 a { background-color: rgb(31,96,40); }

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

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

 span { border-color: rgb(31,96,40); }

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